Shades of Spray #85DCDB
Tints of Spray #85DCDB
RGB
CMYK
RGB Variations
Color information
#85DCDB (or 0x85DCDB) is known color: Spray. HEX triplet: 85, DC and DB. RGB value is (133,220,219). Sum of RGB (Red+Green+Blue) = 133+220+219=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCDB is #7A2324. Grayscale: #C1C1C1. Windows color (decimal): -8004389 or 14408837. OLE color: 14408837.
HSL color Cylindrical-coordinate representation of color #85DCDB: hue angle of 179.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCDB is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 219 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.14 |
| HSL | 179.31º | 0.55% | 0.69% | - |
| HSV(B) | 179.31º | 0.4% | 0.86% | - |
| XYZ | 48.05 | 61.29 | 76.31 | - |
| YUV | 193.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 219 | 0.40 | 0 | 0.00 | 0.14 | 179.31 | 0.55 | 0.69 |
| Hex | 85 | DC | DB | 28 | 0 | 0 | E | B3 | 37 | 45 |
| Octal | 205 | 334 | 333 | 50 | 0 | 0 | 16 | 263 | 67 | 105 |
| Binary | 10000101 | 11011100 | 11011011 | 101000 | 0 | 0 | 1110 | 10110011 | 110111 | 1000101 |
Color Harmonies of #85DCDB
Complementary color
Monochromatic Colors of #85DCDB
Black with #85DCDB
Text Example
Text Example
White with #85DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCDB; }
p { color: rgb(133,220,219); }
H1.HeaderClassName
{
color: #85DCDB;
}
.AnyTagClassName
{
color: #85DCDB;
}
</style>
background-color css
<style>
a { background-color: #85DCDB; }
a { background-color: rgb(133,220,219); }
div.DivClassName
{
background-color: #85DCDB;
}
.BgClassName
{
background-color: #85DCDB;
}
</style>
border-color css
<style>
span { border-color: #85DCDB; }
span { border-color: rgb(133,220,219); }
td.TdClassName
{
border-color: #85DCDB;
}
.TagClassName
{
border-color: #85DCDB;
}
</style>