Shades of Spray #85C9DF
Tints of Spray #85C9DF
RGB
CMYK
RGB Variations
Color information
#85C9DF (or 0x85C9DF) is known color: Spray. HEX triplet: 85, C9 and DF. RGB value is (133,201,223). Sum of RGB (Red+Green+Blue) = 133+201+223=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #85C9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C9DF is #7A3620. Grayscale: #B7B7B7. Windows color (decimal): -8009249 or 14666117. OLE color: 14666117.
HSL color Cylindrical-coordinate representation of color #85C9DF: hue angle of 194.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C9DF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 201 | 223 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.13 |
| HSL | 194.67º | 0.58% | 0.7% | - |
| HSV(B) | 194.67º | 0.4% | 0.87% | - |
| XYZ | 43.88 | 52.09 | 77.55 | - |
| YUV | 183.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 223 | 0.40 | 0.10 | 0 | 0.13 | 194.67 | 0.58 | 0.7 |
| Hex | 85 | C9 | DF | 28 | A | 0 | D | C3 | 3A | 46 |
| Octal | 205 | 311 | 337 | 50 | 12 | 0 | 15 | 303 | 72 | 106 |
| Binary | 10000101 | 11001001 | 11011111 | 101000 | 1010 | 0 | 1101 | 11000011 | 111010 | 1000110 |
Color Harmonies of #85C9DF
Complementary color
Monochromatic Colors of #85C9DF
Black with #85C9DF
Text Example
Text Example
White with #85C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C9DF; }
p { color: rgb(133,201,223); }
H1.HeaderClassName
{
color: #85C9DF;
}
.AnyTagClassName
{
color: #85C9DF;
}
</style>
background-color css
<style>
a { background-color: #85C9DF; }
a { background-color: rgb(133,201,223); }
div.DivClassName
{
background-color: #85C9DF;
}
.BgClassName
{
background-color: #85C9DF;
}
</style>
border-color css
<style>
span { border-color: #85C9DF; }
span { border-color: rgb(133,201,223); }
td.TdClassName
{
border-color: #85C9DF;
}
.TagClassName
{
border-color: #85C9DF;
}
</style>