#66BCCD

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

Shades of Seagull #66BCCD

Tints of Seagull #66BCCD

Color information

#66BCCD (or 0x66BCCD) is unknown color: approx Seagull. HEX triplet: 66, BC and CD. RGB value is (102,188,205). Sum of RGB (Red+Green+Blue) = 102+188+205=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #66BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCCD is #994332. Grayscale: #A4A4A4. Windows color (decimal): -10044211 or 13483110. OLE color: 13483110.

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

Color convert

RGB102188205-
CMYK0.500.0800.20
HSL189.9º50.74%60.2%-
HSV(B)189.9º50.24%80.39%-
XYZ34.4843.264.28-
YUV164.22151.0183.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.61%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=20.61%
G=37.98%
B=41.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021882050.500.0800.20189.950.7460.2
Hex66BCCD328014be333c
Octal14627431562100242766374
Binary11001101011110011001101110010100001010010111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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