Shades of Downy #65CCCF
Tints of Downy #65CCCF
RGB
CMYK
RGB Variations
Color information
#65CCCF (or 0x65CCCF) is known color: Downy. HEX triplet: 65, CC and CF. RGB value is (101,204,207). Sum of RGB (Red+Green+Blue) = 101+204+207=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #65CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCCF is #9A3330. Grayscale: #ADADAD. Windows color (decimal): -10105649 or 13618277. OLE color: 13618277.
HSL color Cylindrical-coordinate representation of color #65CCCF: 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 #65CCCF is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 204 | 207 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.19 |
| HSL | 181.7º | 0.52% | 0.6% | - |
| HSV(B) | 181.7º | 0.51% | 0.81% | - |
| XYZ | 38.22 | 50.46 | 66.76 | - |
| YUV | 173.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 207 | 0.51 | 0.01 | 0 | 0.19 | 181.7 | 0.52 | 0.6 |
| Hex | 65 | CC | CF | 33 | 1 | 0 | 13 | B6 | 34 | 3C |
| Octal | 145 | 314 | 317 | 63 | 1 | 0 | 23 | 266 | 64 | 74 |
| Binary | 1100101 | 11001100 | 11001111 | 110011 | 1 | 0 | 10011 | 10110110 | 110100 | 111100 |
Color Harmonies of #65CCCF
Complementary color
Monochromatic Colors of #65CCCF
Black with #65CCCF
Text Example
Text Example
White with #65CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCCF; }
p { color: rgb(101,204,207); }
H1.HeaderClassName
{
color: #65CCCF;
}
.AnyTagClassName
{
color: #65CCCF;
}
</style>
background-color css
<style>
a { background-color: #65CCCF; }
a { background-color: rgb(101,204,207); }
div.DivClassName
{
background-color: #65CCCF;
}
.BgClassName
{
background-color: #65CCCF;
}
</style>
border-color css
<style>
span { border-color: #65CCCF; }
span { border-color: rgb(101,204,207); }
td.TdClassName
{
border-color: #65CCCF;
}
.TagClassName
{
border-color: #65CCCF;
}
</style>