Shades of Spray #85DDDD
Tints of Spray #85DDDD
RGB
CMYK
RGB Variations
Color information
#85DDDD (or 0x85DDDD) is known color: Spray. HEX triplet: 85, DD and DD. RGB value is (133,221,221). Sum of RGB (Red+Green+Blue) = 133+221+221=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #85DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDDD is #7A2222. Grayscale: #C2C2C2. Windows color (decimal): -8004131 or 14540165. OLE color: 14540165.
HSL color Cylindrical-coordinate representation of color #85DDDD: hue angle of 180º 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 #85DDDD is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 221 | - |
| CMYK | 0.40 | 0 | 0 | 0.13 |
| HSL | 180º | 0.56% | 0.69% | - |
| HSV(B) | 180º | 0.4% | 0.87% | - |
| XYZ | 48.58 | 61.92 | 77.8 | - |
| YUV | 194.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 221 | 0.40 | 0 | 0 | 0.13 | 180 | 0.56 | 0.69 |
| Hex | 85 | DD | DD | 28 | 0 | 0 | D | B4 | 38 | 45 |
| Octal | 205 | 335 | 335 | 50 | 0 | 0 | 15 | 264 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11011101 | 101000 | 0 | 0 | 1101 | 10110100 | 111000 | 1000101 |
Color Harmonies of #85DDDD
Complementary color
Monochromatic Colors of #85DDDD
Black with #85DDDD
Text Example
Text Example
White with #85DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDDD; }
p { color: rgb(133,221,221); }
H1.HeaderClassName
{
color: #85DDDD;
}
.AnyTagClassName
{
color: #85DDDD;
}
</style>
background-color css
<style>
a { background-color: #85DDDD; }
a { background-color: rgb(133,221,221); }
div.DivClassName
{
background-color: #85DDDD;
}
.BgClassName
{
background-color: #85DDDD;
}
</style>
border-color css
<style>
span { border-color: #85DDDD; }
span { border-color: rgb(133,221,221); }
td.TdClassName
{
border-color: #85DDDD;
}
.TagClassName
{
border-color: #85DDDD;
}
</style>