Shades of Spray #85DEDD
Tints of Spray #85DEDD
RGB
CMYK
RGB Variations
Color information
#85DEDD (or 0x85DEDD) is known color: Spray. HEX triplet: 85, DE and DD. RGB value is (133,222,221). Sum of RGB (Red+Green+Blue) = 133+222+221=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEDD is #7A2122. Grayscale: #C3C3C3. Windows color (decimal): -8003875 or 14540421. OLE color: 14540421.
HSL color Cylindrical-coordinate representation of color #85DEDD: hue angle of 179.33º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEDD is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 221 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.13 |
| HSL | 179.33º | 0.57% | 0.7% | - |
| HSV(B) | 179.33º | 0.4% | 0.87% | - |
| XYZ | 48.85 | 62.45 | 77.89 | - |
| YUV | 195.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 221 | 0.40 | 0 | 0.00 | 0.13 | 179.33 | 0.57 | 0.7 |
| Hex | 85 | DE | DD | 28 | 0 | 0 | D | B3 | 39 | 46 |
| Octal | 205 | 336 | 335 | 50 | 0 | 0 | 15 | 263 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11011101 | 101000 | 0 | 0 | 1101 | 10110011 | 111001 | 1000110 |
Color Harmonies of #85DEDD
Complementary color
Monochromatic Colors of #85DEDD
Black with #85DEDD
Text Example
Text Example
White with #85DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEDD; }
p { color: rgb(133,222,221); }
H1.HeaderClassName
{
color: #85DEDD;
}
.AnyTagClassName
{
color: #85DEDD;
}
</style>
background-color css
<style>
a { background-color: #85DEDD; }
a { background-color: rgb(133,222,221); }
div.DivClassName
{
background-color: #85DEDD;
}
.BgClassName
{
background-color: #85DEDD;
}
</style>
border-color css
<style>
span { border-color: #85DEDD; }
span { border-color: rgb(133,222,221); }
td.TdClassName
{
border-color: #85DEDD;
}
.TagClassName
{
border-color: #85DEDD;
}
</style>