Shades of Spray #85D3DB
Tints of Spray #85D3DB
RGB
CMYK
RGB Variations
Color information
#85D3DB (or 0x85D3DB) is known color: Spray. HEX triplet: 85, D3 and DB. RGB value is (133,211,219). Sum of RGB (Red+Green+Blue) = 133+211+219=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #85D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D3DB is #7A2C24. Grayscale: #BCBCBC. Windows color (decimal): -8006693 or 14406533. OLE color: 14406533.
HSL color Cylindrical-coordinate representation of color #85D3DB: hue angle of 185.58º 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 #85D3DB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 211 | 219 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.14 |
| HSL | 185.58º | 0.54% | 0.69% | - |
| HSV(B) | 185.58º | 0.39% | 0.86% | - |
| XYZ | 45.75 | 56.69 | 75.55 | - |
| YUV | 188.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 211 | 219 | 0.39 | 0.04 | 0 | 0.14 | 185.58 | 0.54 | 0.69 |
| Hex | 85 | D3 | DB | 27 | 4 | 0 | E | BA | 36 | 45 |
| Octal | 205 | 323 | 333 | 47 | 4 | 0 | 16 | 272 | 66 | 105 |
| Binary | 10000101 | 11010011 | 11011011 | 100111 | 100 | 0 | 1110 | 10111010 | 110110 | 1000101 |
Color Harmonies of #85D3DB
Complementary color
Monochromatic Colors of #85D3DB
Black with #85D3DB
Text Example
Text Example
White with #85D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D3DB; }
p { color: rgb(133,211,219); }
H1.HeaderClassName
{
color: #85D3DB;
}
.AnyTagClassName
{
color: #85D3DB;
}
</style>
background-color css
<style>
a { background-color: #85D3DB; }
a { background-color: rgb(133,211,219); }
div.DivClassName
{
background-color: #85D3DB;
}
.BgClassName
{
background-color: #85D3DB;
}
</style>
border-color css
<style>
span { border-color: #85D3DB; }
span { border-color: rgb(133,211,219); }
td.TdClassName
{
border-color: #85D3DB;
}
.TagClassName
{
border-color: #85D3DB;
}
</style>