#62BCCD

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

Shades of Seagull #62BCCD

Tints of Seagull #62BCCD

Color information

#62BCCD (or 0x62BCCD) is unknown color: approx Seagull. HEX triplet: 62, BC and CD. RGB value is (98,188,205). Sum of RGB (Red+Green+Blue) = 98+188+205=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #62BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCCD is #9D4332. Grayscale: #A2A2A2. Windows color (decimal): -10306355 or 13483106. OLE color: 13483106.

HSL color Cylindrical-coordinate representation of color #62BCCD: hue angle of 189.53º 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 #62BCCD is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98188205-
CMYK0.520.0800.20
HSL189.53º51.69%59.41%-
HSV(B)189.53º52.2%80.39%-
XYZ34.0442.9764.26-
YUV163.03151.6881.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.96%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=19.96%
G=38.29%
B=41.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981882050.520.0800.20189.5351.6959.41
Hex62BCCD348014be343b
Octal14227431564100242766473
Binary11000101011110011001101110100100001010010111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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