#66BBCC

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

Shades of Seagull #66BBCC

Tints of Seagull #66BBCC

Color information

#66BBCC (or 0x66BBCC) is unknown color: approx Seagull. HEX triplet: 66, BB and CC. RGB value is (102,187,204). Sum of RGB (Red+Green+Blue) = 102+187+204=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBCC is #994433. Grayscale: #A3A3A3. Windows color (decimal): -10044468 or 13417318. OLE color: 13417318.

HSL color Cylindrical-coordinate representation of color #66BBCC: hue angle of 190º degrees, saturation: 0.5, 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 #66BBCC is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102187204-
CMYK0.50.0800.2
HSL190º50%60%-
HSV(B)190º50%80%-
XYZ34.1542.7363.57-
YUV163.52150.8484.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=20.69%
G=37.93%
B=41.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021872040.50.0800.21905060
Hex66BBCC328014be323c
Octal14627331462100242766274
Binary11001101011101111001100110010100001010010111110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,204); }

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

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

 a { background-color: rgb(102,187,204); }

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

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

 span { border-color: rgb(102,187,204); }

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