#66BDCC

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

Shades of Seagull #66BDCC

Tints of Seagull #66BDCC

Color information

#66BDCC (or 0x66BDCC) is unknown color: approx Seagull. HEX triplet: 66, BD and CC. RGB value is (102,189,204). Sum of RGB (Red+Green+Blue) = 102+189+204=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDCC is #994233. Grayscale: #A4A4A4. Windows color (decimal): -10043956 or 13417830. OLE color: 13417830.

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

Color convert

RGB102189204-
CMYK0.50.0700.2
HSL188.82º50%60%-
HSV(B)188.82º50%80%-
XYZ34.5843.5863.72-
YUV164.7150.1883.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.61%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=20.61%
G=38.18%
B=41.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021892040.50.0700.2188.825060
Hex66BDCC327014bd323c
Octal1462753146270242756274
Binary1100110101111011100110011001011101010010111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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