#66BCC9

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

Shades of Seagull #66BCC9

Tints of Seagull #66BCC9

Color information

#66BCC9 (or 0x66BCC9) is unknown color: approx Seagull. HEX triplet: 66, BC and C9. RGB value is (102,188,201). Sum of RGB (Red+Green+Blue) = 102+188+201=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #66BCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCC9 is #994336. Grayscale: #A3A3A3. Windows color (decimal): -10044215 or 13220966. OLE color: 13220966.

HSL color Cylindrical-coordinate representation of color #66BCC9: hue angle of 187.88º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66BCC9 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102188201-
CMYK0.490.0600.21
HSL187.88º47.83%59.41%-
HSV(B)187.88º49.25%78.82%-
XYZ34.0143.0161.77-
YUV163.77149.0183.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=20.77%
G=38.29%
B=40.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021882010.490.0600.21187.8847.8359.41
Hex66BCC9316015bc303b
Octal1462743116160252746073
Binary1100110101111001100100111000111001010110111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BCC9; }

 p { color: rgb(102,188,201); }

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

<style>
 a { background-color: #66BCC9; }

 a { background-color: rgb(102,188,201); }

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

<style>
 span { border-color: #66BCC9; }

 span { border-color: rgb(102,188,201); }

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