Shades of Downy #64CBCE
Tints of Downy #64CBCE
RGB
CMYK
RGB Variations
Color information
#64CBCE (or 0x64CBCE) is known color: Downy. HEX triplet: 64, CB and CE. RGB value is (100,203,206). Sum of RGB (Red+Green+Blue) = 100+203+206=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #64CBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CBCE is #9B3431. Grayscale: #ACACAC. Windows color (decimal): -10171442 or 13552484. OLE color: 13552484.
HSL color Cylindrical-coordinate representation of color #64CBCE: hue angle of 181.7º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CBCE is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 203 | 206 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.19 |
| HSL | 181.7º | 0.52% | 0.6% | - |
| HSV(B) | 181.7º | 0.51% | 0.81% | - |
| XYZ | 37.75 | 49.88 | 66.03 | - |
| YUV | 172.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 206 | 0.51 | 0.01 | 0 | 0.19 | 181.7 | 0.52 | 0.6 |
| Hex | 64 | CB | CE | 33 | 1 | 0 | 13 | B6 | 34 | 3C |
| Octal | 144 | 313 | 316 | 63 | 1 | 0 | 23 | 266 | 64 | 74 |
| Binary | 1100100 | 11001011 | 11001110 | 110011 | 1 | 0 | 10011 | 10110110 | 110100 | 111100 |
Color Harmonies of #64CBCE
Complementary color
Monochromatic Colors of #64CBCE
Black with #64CBCE
Text Example
Text Example
White with #64CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBCE; }
p { color: rgb(100,203,206); }
H1.HeaderClassName
{
color: #64CBCE;
}
.AnyTagClassName
{
color: #64CBCE;
}
</style>
background-color css
<style>
a { background-color: #64CBCE; }
a { background-color: rgb(100,203,206); }
div.DivClassName
{
background-color: #64CBCE;
}
.BgClassName
{
background-color: #64CBCE;
}
</style>
border-color css
<style>
span { border-color: #64CBCE; }
span { border-color: rgb(100,203,206); }
td.TdClassName
{
border-color: #64CBCE;
}
.TagClassName
{
border-color: #64CBCE;
}
</style>