#64CACC

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

Shades of Downy #64CACC

Tints of Downy #64CACC

Color information

#64CACC (or 0x64CACC) is unknown color: approx Downy. HEX triplet: 64, CA and CC. RGB value is (100,202,204). Sum of RGB (Red+Green+Blue) = 100+202+204=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #64CACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CACC is #9B3533. Grayscale: #ABABAB. Windows color (decimal): -10171700 or 13421156. OLE color: 13421156.

HSL color Cylindrical-coordinate representation of color #64CACC: hue angle of 181.15º degrees, saturation: 0.5, 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 #64CACC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100202204-
CMYK0.510.0100.2
HSL181.15º50.49%59.61%-
HSV(B)181.15º50.98%80%-
XYZ37.2849.3164.68-
YUV171.73146.2176.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.76%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=19.76%
G=39.92%
B=40.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1002022040.510.0100.2181.1550.4959.61
Hex64CACC331014b5323c
Octal1443123146310242656274
Binary11001001100101011001100110011101010010110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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