#66CBCC

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

Shades of Downy #66CBCC

Tints of Downy #66CBCC

Color information

#66CBCC (or 0x66CBCC) is unknown color: approx Downy. HEX triplet: 66, CB and CC. RGB value is (102,203,204). Sum of RGB (Red+Green+Blue) = 102+203+204=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #66CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBCC is #993433. Grayscale: #ACACAC. Windows color (decimal): -10040372 or 13421414. OLE color: 13421414.

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

Color convert

RGB102203204-
CMYK0.50.0000.2
HSL180.59º50%60%-
HSV(B)180.59º50%80%-
XYZ37.7349.964.77-
YUV172.92145.5477.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.04%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=20.04%
G=39.88%
B=40.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022032040.50.0000.2180.595060
Hex66CBCC320014b5323c
Octal1463133146200242656274
Binary11001101100101111001100110010001010010110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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