Shades of Spray #85D6DB
Tints of Spray #85D6DB
RGB
CMYK
RGB Variations
Color information
#85D6DB (or 0x85D6DB) is known color: Spray. HEX triplet: 85, D6 and DB. RGB value is (133,214,219). Sum of RGB (Red+Green+Blue) = 133+214+219=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #85D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6DB is #7A2924. Grayscale: #BEBEBE. Windows color (decimal): -8005925 or 14407301. OLE color: 14407301.
HSL color Cylindrical-coordinate representation of color #85D6DB: hue angle of 183.49º 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 #85D6DB is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 214 | 219 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.14 |
| HSL | 183.49º | 0.54% | 0.69% | - |
| HSV(B) | 183.49º | 0.39% | 0.86% | - |
| XYZ | 46.51 | 58.19 | 75.8 | - |
| YUV | 190.35 | 144.16 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 219 | 0.39 | 0.02 | 0 | 0.14 | 183.49 | 0.54 | 0.69 |
| Hex | 85 | D6 | DB | 27 | 2 | 0 | E | B7 | 36 | 45 |
| Octal | 205 | 326 | 333 | 47 | 2 | 0 | 16 | 267 | 66 | 105 |
| Binary | 10000101 | 11010110 | 11011011 | 100111 | 10 | 0 | 1110 | 10110111 | 110110 | 1000101 |
Color Harmonies of #85D6DB
Complementary color
Monochromatic Colors of #85D6DB
Black with #85D6DB
Text Example
Text Example
White with #85D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D6DB; }
p { color: rgb(133,214,219); }
H1.HeaderClassName
{
color: #85D6DB;
}
.AnyTagClassName
{
color: #85D6DB;
}
</style>
background-color css
<style>
a { background-color: #85D6DB; }
a { background-color: rgb(133,214,219); }
div.DivClassName
{
background-color: #85D6DB;
}
.BgClassName
{
background-color: #85D6DB;
}
</style>
border-color css
<style>
span { border-color: #85D6DB; }
span { border-color: rgb(133,214,219); }
td.TdClassName
{
border-color: #85D6DB;
}
.TagClassName
{
border-color: #85D6DB;
}
</style>