Shades of Spray #85C7DF
Tints of Spray #85C7DF
RGB
CMYK
RGB Variations
Color information
#85C7DF (or 0x85C7DF) is known color: Spray. HEX triplet: 85, C7 and DF. RGB value is (133,199,223). Sum of RGB (Red+Green+Blue) = 133+199+223=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #85C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C7DF is #7A3820. Grayscale: #B5B5B5. Windows color (decimal): -8009761 or 14665605. OLE color: 14665605.
HSL color Cylindrical-coordinate representation of color #85C7DF: hue angle of 196º 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 #85C7DF is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 199 | 223 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.13 |
| HSL | 196º | 0.58% | 0.7% | - |
| HSV(B) | 196º | 0.4% | 0.87% | - |
| XYZ | 43.42 | 51.16 | 77.4 | - |
| YUV | 182 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 223 | 0.40 | 0.11 | 0 | 0.13 | 196 | 0.58 | 0.7 |
| Hex | 85 | C7 | DF | 28 | B | 0 | D | C4 | 3A | 46 |
| Octal | 205 | 307 | 337 | 50 | 13 | 0 | 15 | 304 | 72 | 106 |
| Binary | 10000101 | 11000111 | 11011111 | 101000 | 1011 | 0 | 1101 | 11000100 | 111010 | 1000110 |
Color Harmonies of #85C7DF
Complementary color
Monochromatic Colors of #85C7DF
Black with #85C7DF
Text Example
Text Example
White with #85C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C7DF; }
p { color: rgb(133,199,223); }
H1.HeaderClassName
{
color: #85C7DF;
}
.AnyTagClassName
{
color: #85C7DF;
}
</style>
background-color css
<style>
a { background-color: #85C7DF; }
a { background-color: rgb(133,199,223); }
div.DivClassName
{
background-color: #85C7DF;
}
.BgClassName
{
background-color: #85C7DF;
}
</style>
border-color css
<style>
span { border-color: #85C7DF; }
span { border-color: rgb(133,199,223); }
td.TdClassName
{
border-color: #85C7DF;
}
.TagClassName
{
border-color: #85C7DF;
}
</style>