#62BECD

Color #62BECD Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #62BECD

Tints of Seagull #62BECD

Color information

#62BECD (or 0x62BECD) is unknown color: approx Seagull. HEX triplet: 62, BE and CD. RGB value is (98,190,205). Sum of RGB (Red+Green+Blue) = 98+190+205=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #62BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BECD is #9D4132. Grayscale: #A4A4A4. Windows color (decimal): -10305843 or 13483618. OLE color: 13483618.

HSL color Cylindrical-coordinate representation of color #62BECD: hue angle of 188.41º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62BECD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98190205-
CMYK0.520.0700.20
HSL188.41º51.69%59.41%-
HSV(B)188.41º52.2%80.39%-
XYZ34.4743.8364.4-
YUV164.2151.0280.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 19.88%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=19.88%
G=38.54%
B=41.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981902050.520.0700.20188.4151.6959.41
Hex62BECD347014bc343b
Octal1422763156470242746473
Binary1100010101111101100110111010011101010010111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BECD; }

 p { color: rgb(98,190,205); }

 H1.HeaderClassName
 {
   color: #62BECD;
 }
 .AnyTagClassName
 {
   color: #62BECD;
 }
</style>
background-color css

<style>
 a { background-color: #62BECD; }

 a { background-color: rgb(98,190,205); }

 div.DivClassName
 {
   background-color: #62BECD;
 }
 .BgClassName
 {
   background-color: #62BECD;
 }
</style>
border-color css

<style>
 span { border-color: #62BECD; }

 span { border-color: rgb(98,190,205); }

 td.TdClassName
 {
   border-color: #62BECD;
 }
 .TagClassName
 {
   border-color: #62BECD;
 }
</style>