#66BDCA

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

Shades of Seagull #66BDCA

Tints of Seagull #66BDCA

Color information

#66BDCA (or 0x66BDCA) is unknown color: approx Seagull. HEX triplet: 66, BD and CA. RGB value is (102,189,202). Sum of RGB (Red+Green+Blue) = 102+189+202=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #66BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDCA is #994235. Grayscale: #A4A4A4. Windows color (decimal): -10043958 or 13286758. OLE color: 13286758.

HSL color Cylindrical-coordinate representation of color #66BDCA: hue angle of 187.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BDCA is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102189202-
CMYK0.500.0600.21
HSL187.8º48.54%59.61%-
HSV(B)187.8º49.5%79.22%-
XYZ34.3443.4862.46-
YUV164.47149.1883.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=20.69%
G=38.34%
B=40.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021892020.500.0600.21187.848.5459.61
Hex66BDCA326015bc313c
Octal1462753126260252746174
Binary1100110101111011100101011001011001010110111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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