Shades of Spray #85D8DB
Tints of Spray #85D8DB
RGB
CMYK
RGB Variations
Color information
#85D8DB (or 0x85D8DB) is known color: Spray. HEX triplet: 85, D8 and DB. RGB value is (133,216,219). Sum of RGB (Red+Green+Blue) = 133+216+219=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #85D8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D8DB is #7A2724. Grayscale: #BFBFBF. Windows color (decimal): -8005413 or 14407813. OLE color: 14407813.
HSL color Cylindrical-coordinate representation of color #85D8DB: hue angle of 182.09º 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 #85D8DB is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 216 | 219 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.14 |
| HSL | 182.09º | 0.54% | 0.69% | - |
| HSV(B) | 182.09º | 0.39% | 0.86% | - |
| XYZ | 47.01 | 59.21 | 75.97 | - |
| YUV | 191.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 219 | 0.39 | 0.01 | 0 | 0.14 | 182.09 | 0.54 | 0.69 |
| Hex | 85 | D8 | DB | 27 | 1 | 0 | E | B6 | 36 | 45 |
| Octal | 205 | 330 | 333 | 47 | 1 | 0 | 16 | 266 | 66 | 105 |
| Binary | 10000101 | 11011000 | 11011011 | 100111 | 1 | 0 | 1110 | 10110110 | 110110 | 1000101 |
Color Harmonies of #85D8DB
Complementary color
Monochromatic Colors of #85D8DB
Black with #85D8DB
Text Example
Text Example
White with #85D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D8DB; }
p { color: rgb(133,216,219); }
H1.HeaderClassName
{
color: #85D8DB;
}
.AnyTagClassName
{
color: #85D8DB;
}
</style>
background-color css
<style>
a { background-color: #85D8DB; }
a { background-color: rgb(133,216,219); }
div.DivClassName
{
background-color: #85D8DB;
}
.BgClassName
{
background-color: #85D8DB;
}
</style>
border-color css
<style>
span { border-color: #85D8DB; }
span { border-color: rgb(133,216,219); }
td.TdClassName
{
border-color: #85D8DB;
}
.TagClassName
{
border-color: #85D8DB;
}
</style>