Shades of Spray #85DBDD
Tints of Spray #85DBDD
RGB
CMYK
RGB Variations
Color information
#85DBDD (or 0x85DBDD) is known color: Spray. HEX triplet: 85, DB and DD. RGB value is (133,219,221). Sum of RGB (Red+Green+Blue) = 133+219+221=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #85DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBDD is #7A2422. Grayscale: #C1C1C1. Windows color (decimal): -8004643 or 14539653. OLE color: 14539653.
HSL color Cylindrical-coordinate representation of color #85DBDD: hue angle of 181.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DBDD is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 219 | 221 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.13 |
| HSL | 181.36º | 0.56% | 0.69% | - |
| HSV(B) | 181.36º | 0.4% | 0.87% | - |
| XYZ | 48.06 | 60.87 | 77.62 | - |
| YUV | 193.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 221 | 0.40 | 0.01 | 0 | 0.13 | 181.36 | 0.56 | 0.69 |
| Hex | 85 | DB | DD | 28 | 1 | 0 | D | B5 | 38 | 45 |
| Octal | 205 | 333 | 335 | 50 | 1 | 0 | 15 | 265 | 70 | 105 |
| Binary | 10000101 | 11011011 | 11011101 | 101000 | 1 | 0 | 1101 | 10110101 | 111000 | 1000101 |
Color Harmonies of #85DBDD
Complementary color
Monochromatic Colors of #85DBDD
Black with #85DBDD
Text Example
Text Example
White with #85DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBDD; }
p { color: rgb(133,219,221); }
H1.HeaderClassName
{
color: #85DBDD;
}
.AnyTagClassName
{
color: #85DBDD;
}
</style>
background-color css
<style>
a { background-color: #85DBDD; }
a { background-color: rgb(133,219,221); }
div.DivClassName
{
background-color: #85DBDD;
}
.BgClassName
{
background-color: #85DBDD;
}
</style>
border-color css
<style>
span { border-color: #85DBDD; }
span { border-color: rgb(133,219,221); }
td.TdClassName
{
border-color: #85DBDD;
}
.TagClassName
{
border-color: #85DBDD;
}
</style>