#62BACD

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

Shades of Seagull #62BACD

Tints of Seagull #62BACD

Color information

#62BACD (or 0x62BACD) is unknown color: approx Seagull. HEX triplet: 62, BA and CD. RGB value is (98,186,205). Sum of RGB (Red+Green+Blue) = 98+186+205=489 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.04% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #62BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BACD is #9D4532. Grayscale: #A1A1A1. Windows color (decimal): -10306867 or 13482594. OLE color: 13482594.

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

Color convert

RGB98186205-
CMYK0.520.0900.20
HSL190.65º51.69%59.41%-
HSV(B)190.65º52.2%80.39%-
XYZ33.6242.1264.12-
YUV161.85152.3582.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.04%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=20.04%
G=38.04%
B=41.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981862050.520.0900.20190.6551.6959.41
Hex62BACD349014bf343b
Octal14227231564110242776473
Binary11000101011101011001101110100100101010010111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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