#66BCCC

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

Shades of Seagull #66BCCC

Tints of Seagull #66BCCC

Color information

#66BCCC (or 0x66BCCC) is unknown color: approx Seagull. HEX triplet: 66, BC and CC. RGB value is (102,188,204). Sum of RGB (Red+Green+Blue) = 102+188+204=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCCC is #994333. Grayscale: #A3A3A3. Windows color (decimal): -10044212 or 13417574. OLE color: 13417574.

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

Color convert

RGB102188204-
CMYK0.50.0800.2
HSL189.41º50%60%-
HSV(B)189.41º50%80%-
XYZ34.3643.1563.64-
YUV164.11150.5183.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=20.65%
G=38.06%
B=41.30%

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
Decimal1021882040.50.0800.2189.415060
Hex66BCCC328014bd323c
Octal14627431462100242756274
Binary11001101011110011001100110010100001010010111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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