#64DAC8

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

Shades of Downy #64DAC8

Tints of Downy #64DAC8

Color information

#64DAC8 (or 0x64DAC8) is unknown color: approx Downy. HEX triplet: 64, DA and C8. RGB value is (100,218,200). Sum of RGB (Red+Green+Blue) = 100+218+200=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAC8 is #9B2537. Grayscale: #B4B4B4. Windows color (decimal): -10167608 or 13163108. OLE color: 13163108.

HSL color Cylindrical-coordinate representation of color #64DAC8: hue angle of 170.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DAC8 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB100218200-
CMYK0.5400.080.15
HSL170.85º61.46%62.35%-
HSV(B)170.85º54.13%85.49%-
XYZ40.7557.0263.5-
YUV180.67138.9170.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.31%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 200 (78.52% from 255) = 38.61%
R=19.31%
G=42.08%
B=38.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002182000.5400.080.15170.8561.4662.35
Hex64DAC83608Fab3d3e
Octal14433231066010172537576
Binary1100100110110101100100011011001000111110101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,218,200); }

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

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

 a { background-color: rgb(100,218,200); }

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

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

 span { border-color: rgb(100,218,200); }

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