#64DDCE

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

Shades of Downy #64DDCE

Tints of Downy #64DDCE

Color information

#64DDCE (or 0x64DDCE) is unknown color: approx Downy. HEX triplet: 64, DD and CE. RGB value is (100,221,206). Sum of RGB (Red+Green+Blue) = 100+221+206=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDCE is #9B2231. Grayscale: #B7B7B7. Windows color (decimal): -10166834 or 13557092. OLE color: 13557092.

HSL color Cylindrical-coordinate representation of color #64DDCE: hue angle of 172.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DDCE is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB100221206-
CMYK0.5500.070.13
HSL172.56º64.02%62.94%-
HSV(B)172.56º54.75%86.67%-
XYZ42.2558.8867.53-
YUV183.11140.9168.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=18.98%
G=41.94%
B=39.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002212060.5500.070.13172.5664.0262.94
Hex64DDCE3707Dad403f
Octal14433531667071525510077
Binary1100100110111011100111011011101111101101011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,206); }

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

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

 a { background-color: rgb(100,221,206); }

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

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

 span { border-color: rgb(100,221,206); }

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