#64CACD

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

Shades of Downy #64CACD

Tints of Downy #64CACD

Color information

#64CACD (or 0x64CACD) is unknown color: approx Downy. HEX triplet: 64, CA and CD. RGB value is (100,202,205). Sum of RGB (Red+Green+Blue) = 100+202+205=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #64CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CACD is #9B3532. Grayscale: #ABABAB. Windows color (decimal): -10171699 or 13486692. OLE color: 13486692.

HSL color Cylindrical-coordinate representation of color #64CACD: hue angle of 181.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CACD is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100202205-
CMYK0.510.0100.20
HSL181.71º51.22%59.8%-
HSV(B)181.71º51.22%80.39%-
XYZ37.449.3665.31-
YUV171.84146.7176.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.72%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=19.72%
G=39.84%
B=40.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002022050.510.0100.20181.7151.2259.8
Hex64CACD331014b6333c
Octal1443123156310242666374
Binary11001001100101011001101110011101010010110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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