Shades of Spray #85DDDB
Tints of Spray #85DDDB
RGB
CMYK
RGB Variations
Color information
#85DDDB (or 0x85DDDB) is known color: Spray. HEX triplet: 85, DD and DB. RGB value is (133,221,219). Sum of RGB (Red+Green+Blue) = 133+221+219=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDDB is #7A2224. Grayscale: #C2C2C2. Windows color (decimal): -8004133 or 14409093. OLE color: 14409093.
HSL color Cylindrical-coordinate representation of color #85DDDB: hue angle of 178.64º 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 #85DDDB is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 219 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.13 |
| HSL | 178.64º | 0.56% | 0.69% | - |
| HSV(B) | 178.64º | 0.4% | 0.87% | - |
| XYZ | 48.32 | 61.81 | 76.4 | - |
| YUV | 194.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 219 | 0.40 | 0 | 0.01 | 0.13 | 178.64 | 0.56 | 0.69 |
| Hex | 85 | DD | DB | 28 | 0 | 1 | D | B3 | 38 | 45 |
| Octal | 205 | 335 | 333 | 50 | 0 | 1 | 15 | 263 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11011011 | 101000 | 0 | 1 | 1101 | 10110011 | 111000 | 1000101 |
Color Harmonies of #85DDDB
Complementary color
Monochromatic Colors of #85DDDB
Black with #85DDDB
Text Example
Text Example
White with #85DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDDB; }
p { color: rgb(133,221,219); }
H1.HeaderClassName
{
color: #85DDDB;
}
.AnyTagClassName
{
color: #85DDDB;
}
</style>
background-color css
<style>
a { background-color: #85DDDB; }
a { background-color: rgb(133,221,219); }
div.DivClassName
{
background-color: #85DDDB;
}
.BgClassName
{
background-color: #85DDDB;
}
</style>
border-color css
<style>
span { border-color: #85DDDB; }
span { border-color: rgb(133,221,219); }
td.TdClassName
{
border-color: #85DDDB;
}
.TagClassName
{
border-color: #85DDDB;
}
</style>