Shades of Spray #85CFD8
Tints of Spray #85CFD8
RGB
CMYK
RGB Variations
Color information
#85CFD8 (or 0x85CFD8) is known color: Spray. HEX triplet: 85, CF and D8. RGB value is (133,207,216). Sum of RGB (Red+Green+Blue) = 133+207+216=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #85CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFD8 is #7A3027. Grayscale: #B9B9B9. Windows color (decimal): -8007720 or 14208901. OLE color: 14208901.
HSL color Cylindrical-coordinate representation of color #85CFD8: hue angle of 186.51º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CFD8 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 207 | 216 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.15 |
| HSL | 186.51º | 0.52% | 0.68% | - |
| HSV(B) | 186.51º | 0.38% | 0.85% | - |
| XYZ | 44.38 | 54.57 | 73.16 | - |
| YUV | 185.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 216 | 0.38 | 0.04 | 0 | 0.15 | 186.51 | 0.52 | 0.68 |
| Hex | 85 | CF | D8 | 26 | 4 | 0 | F | BB | 34 | 44 |
| Octal | 205 | 317 | 330 | 46 | 4 | 0 | 17 | 273 | 64 | 104 |
| Binary | 10000101 | 11001111 | 11011000 | 100110 | 100 | 0 | 1111 | 10111011 | 110100 | 1000100 |
Color Harmonies of #85CFD8
Complementary color
Monochromatic Colors of #85CFD8
Black with #85CFD8
Text Example
Text Example
White with #85CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFD8; }
p { color: rgb(133,207,216); }
H1.HeaderClassName
{
color: #85CFD8;
}
.AnyTagClassName
{
color: #85CFD8;
}
</style>
background-color css
<style>
a { background-color: #85CFD8; }
a { background-color: rgb(133,207,216); }
div.DivClassName
{
background-color: #85CFD8;
}
.BgClassName
{
background-color: #85CFD8;
}
</style>
border-color css
<style>
span { border-color: #85CFD8; }
span { border-color: rgb(133,207,216); }
td.TdClassName
{
border-color: #85CFD8;
}
.TagClassName
{
border-color: #85CFD8;
}
</style>