Shades of Downy #64CBCD
Tints of Downy #64CBCD
RGB
CMYK
RGB Variations
Color information
#64CBCD (or 0x64CBCD) is known color: Downy. HEX triplet: 64, CB and CD. RGB value is (100,203,205). Sum of RGB (Red+Green+Blue) = 100+203+205=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #64CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CBCD is #9B3432. Grayscale: #ACACAC. Windows color (decimal): -10171443 or 13486948. OLE color: 13486948.
HSL color Cylindrical-coordinate representation of color #64CBCD: hue angle of 181.14º 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 #64CBCD is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 205 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.20 |
| HSL | 181.14º | 0.51% | 0.6% | - |
| HSV(B) | 181.14º | 0.51% | 0.8% | - |
| XYZ | 37.63 | 49.83 | 65.39 | - |
| YUV | 172.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 205 | 0.51 | 0.01 | 0 | 0.20 | 181.14 | 0.51 | 0.6 |
| Hex | 64 | CB | CD | 33 | 1 | 0 | 14 | B5 | 33 | 3C |
| Octal | 144 | 313 | 315 | 63 | 1 | 0 | 24 | 265 | 63 | 74 |
| Binary | 1100100 | 11001011 | 11001101 | 110011 | 1 | 0 | 10100 | 10110101 | 110011 | 111100 |
Color Harmonies of #64CBCD
Complementary color
Monochromatic Colors of #64CBCD
Black with #64CBCD
Text Example
Text Example
White with #64CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBCD; }
p { color: rgb(100,203,205); }
H1.HeaderClassName
{
color: #64CBCD;
}
.AnyTagClassName
{
color: #64CBCD;
}
</style>
background-color css
<style>
a { background-color: #64CBCD; }
a { background-color: rgb(100,203,205); }
div.DivClassName
{
background-color: #64CBCD;
}
.BgClassName
{
background-color: #64CBCD;
}
</style>
border-color css
<style>
span { border-color: #64CBCD; }
span { border-color: rgb(100,203,205); }
td.TdClassName
{
border-color: #64CBCD;
}
.TagClassName
{
border-color: #64CBCD;
}
</style>