Shades of Spray #85DEDE
Tints of Spray #85DEDE
RGB
CMYK
RGB Variations
Color information
#85DEDE (or 0x85DEDE) is known color: Spray. HEX triplet: 85, DE and DE. RGB value is (133,222,222). Sum of RGB (Red+Green+Blue) = 133+222+222=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #85DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEDE is #7A2121. Grayscale: #C3C3C3. Windows color (decimal): -8003874 or 14605957. OLE color: 14605957.
HSL color Cylindrical-coordinate representation of color #85DEDE: hue angle of 180º 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 #85DEDE is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 222 | - |
| CMYK | 0.40 | 0 | 0 | 0.13 |
| HSL | 180º | 0.57% | 0.7% | - |
| HSV(B) | 180º | 0.4% | 0.87% | - |
| XYZ | 48.98 | 62.5 | 78.59 | - |
| YUV | 195.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 222 | 0.40 | 0 | 0 | 0.13 | 180 | 0.57 | 0.7 |
| Hex | 85 | DE | DE | 28 | 0 | 0 | D | B4 | 39 | 46 |
| Octal | 205 | 336 | 336 | 50 | 0 | 0 | 15 | 264 | 71 | 106 |
| Binary | 10000101 | 11011110 | 11011110 | 101000 | 0 | 0 | 1101 | 10110100 | 111001 | 1000110 |
Color Harmonies of #85DEDE
Complementary color
Monochromatic Colors of #85DEDE
Black with #85DEDE
Text Example
Text Example
White with #85DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEDE; }
p { color: rgb(133,222,222); }
H1.HeaderClassName
{
color: #85DEDE;
}
.AnyTagClassName
{
color: #85DEDE;
}
</style>
background-color css
<style>
a { background-color: #85DEDE; }
a { background-color: rgb(133,222,222); }
div.DivClassName
{
background-color: #85DEDE;
}
.BgClassName
{
background-color: #85DEDE;
}
</style>
border-color css
<style>
span { border-color: #85DEDE; }
span { border-color: rgb(133,222,222); }
td.TdClassName
{
border-color: #85DEDE;
}
.TagClassName
{
border-color: #85DEDE;
}
</style>