#66B8CB

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

Shades of Seagull #66B8CB

Tints of Seagull #66B8CB

Color information

#66B8CB (or 0x66B8CB) is unknown color: approx Seagull. HEX triplet: 66, B8 and CB. RGB value is (102,184,203). Sum of RGB (Red+Green+Blue) = 102+184+203=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #66B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8CB is #994734. Grayscale: #A1A1A1. Windows color (decimal): -10045237 or 13351014. OLE color: 13351014.

HSL color Cylindrical-coordinate representation of color #66B8CB: hue angle of 191.29º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66B8CB is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102184203-
CMYK0.500.0900.20
HSL191.29º49.27%59.8%-
HSV(B)191.29º49.75%79.61%-
XYZ33.441.4262.73-
YUV161.65151.3385.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=20.86%
G=37.63%
B=41.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021842030.500.0900.20191.2949.2759.8
Hex66B8CB329014bf313c
Octal14627031362110242776174
Binary11001101011100011001011110010100101010010111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,184,203); }

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

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

 a { background-color: rgb(102,184,203); }

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

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

 span { border-color: rgb(102,184,203); }

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