Shades of Spray #85CFDD
Tints of Spray #85CFDD
RGB
CMYK
RGB Variations
Color information
#85CFDD (or 0x85CFDD) is known color: Spray. HEX triplet: 85, CF and DD. RGB value is (133,207,221). Sum of RGB (Red+Green+Blue) = 133+207+221=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #85CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFDD is #7A3022. Grayscale: #BABABA. Windows color (decimal): -8007715 or 14536581. OLE color: 14536581.
HSL color Cylindrical-coordinate representation of color #85CFDD: hue angle of 189.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CFDD is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 207 | 221 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.13 |
| HSL | 189.55º | 0.56% | 0.69% | - |
| HSV(B) | 189.55º | 0.4% | 0.87% | - |
| XYZ | 45.04 | 54.83 | 76.62 | - |
| YUV | 186.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 221 | 0.40 | 0.06 | 0 | 0.13 | 189.55 | 0.56 | 0.69 |
| Hex | 85 | CF | DD | 28 | 6 | 0 | D | BE | 38 | 45 |
| Octal | 205 | 317 | 335 | 50 | 6 | 0 | 15 | 276 | 70 | 105 |
| Binary | 10000101 | 11001111 | 11011101 | 101000 | 110 | 0 | 1101 | 10111110 | 111000 | 1000101 |
Color Harmonies of #85CFDD
Complementary color
Monochromatic Colors of #85CFDD
Black with #85CFDD
Text Example
Text Example
White with #85CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFDD; }
p { color: rgb(133,207,221); }
H1.HeaderClassName
{
color: #85CFDD;
}
.AnyTagClassName
{
color: #85CFDD;
}
</style>
background-color css
<style>
a { background-color: #85CFDD; }
a { background-color: rgb(133,207,221); }
div.DivClassName
{
background-color: #85CFDD;
}
.BgClassName
{
background-color: #85CFDD;
}
</style>
border-color css
<style>
span { border-color: #85CFDD; }
span { border-color: rgb(133,207,221); }
td.TdClassName
{
border-color: #85CFDD;
}
.TagClassName
{
border-color: #85CFDD;
}
</style>