Shades of Spray #85C7DB
Tints of Spray #85C7DB
RGB
CMYK
RGB Variations
Color information
#85C7DB (or 0x85C7DB) is known color: Spray. HEX triplet: 85, C7 and DB. RGB value is (133,199,219). Sum of RGB (Red+Green+Blue) = 133+199+219=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #85C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C7DB is #7A3824. Grayscale: #B5B5B5. Windows color (decimal): -8009765 or 14403461. OLE color: 14403461.
HSL color Cylindrical-coordinate representation of color #85C7DB: hue angle of 193.95º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C7DB is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 199 | 219 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.14 |
| HSL | 193.95º | 0.54% | 0.69% | - |
| HSV(B) | 193.95º | 0.39% | 0.86% | - |
| XYZ | 42.88 | 50.95 | 74.59 | - |
| YUV | 181.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 219 | 0.39 | 0.09 | 0 | 0.14 | 193.95 | 0.54 | 0.69 |
| Hex | 85 | C7 | DB | 27 | 9 | 0 | E | C2 | 36 | 45 |
| Octal | 205 | 307 | 333 | 47 | 11 | 0 | 16 | 302 | 66 | 105 |
| Binary | 10000101 | 11000111 | 11011011 | 100111 | 1001 | 0 | 1110 | 11000010 | 110110 | 1000101 |
Color Harmonies of #85C7DB
Complementary color
Monochromatic Colors of #85C7DB
Black with #85C7DB
Text Example
Text Example
White with #85C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C7DB; }
p { color: rgb(133,199,219); }
H1.HeaderClassName
{
color: #85C7DB;
}
.AnyTagClassName
{
color: #85C7DB;
}
</style>
background-color css
<style>
a { background-color: #85C7DB; }
a { background-color: rgb(133,199,219); }
div.DivClassName
{
background-color: #85C7DB;
}
.BgClassName
{
background-color: #85C7DB;
}
</style>
border-color css
<style>
span { border-color: #85C7DB; }
span { border-color: rgb(133,199,219); }
td.TdClassName
{
border-color: #85C7DB;
}
.TagClassName
{
border-color: #85C7DB;
}
</style>