#66BDCD

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

Shades of Seagull #66BDCD

Tints of Seagull #66BDCD

Color information

#66BDCD (or 0x66BDCD) is unknown color: approx Seagull. HEX triplet: 66, BD and CD. RGB value is (102,189,205). Sum of RGB (Red+Green+Blue) = 102+189+205=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #66BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDCD is #994232. Grayscale: #A4A4A4. Windows color (decimal): -10043955 or 13483366. OLE color: 13483366.

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

Color convert

RGB102189205-
CMYK0.500.0800.20
HSL189.32º50.74%60.2%-
HSV(B)189.32º50.24%80.39%-
XYZ34.743.6364.35-
YUV164.81150.6883.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=20.56%
G=38.10%
B=41.33%

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
Decimal1021892050.500.0800.20189.3250.7460.2
Hex66BDCD328014bd333c
Octal14627531562100242756374
Binary11001101011110111001101110010100001010010111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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