#66CACD

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

Shades of Downy #66CACD

Tints of Downy #66CACD

Color information

#66CACD (or 0x66CACD) is unknown color: approx Downy. HEX triplet: 66, CA and CD. RGB value is (102,202,205). Sum of RGB (Red+Green+Blue) = 102+202+205=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #66CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CACD is #993532. Grayscale: #ACACAC. Windows color (decimal): -10040627 or 13486694. OLE color: 13486694.

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

Color convert

RGB102202205-
CMYK0.500.0100.20
HSL181.75º50.74%60.2%-
HSV(B)181.75º50.24%80.39%-
XYZ37.6249.4765.32-
YUV172.44146.3777.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.04%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=20.04%
G=39.69%
B=40.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022022050.500.0100.20181.7550.7460.2
Hex66CACD321014b6333c
Octal1463123156210242666374
Binary11001101100101011001101110010101010010110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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