Shades of Spray #85DDDC
Tints of Spray #85DDDC
RGB
CMYK
RGB Variations
Color information
#85DDDC (or 0x85DDDC) is known color: Spray. HEX triplet: 85, DD and DC. RGB value is (133,221,220). Sum of RGB (Red+Green+Blue) = 133+221+220=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDDC is #7A2223. Grayscale: #C2C2C2. Windows color (decimal): -8004132 or 14474629. OLE color: 14474629.
HSL color Cylindrical-coordinate representation of color #85DDDC: hue angle of 179.32º 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 #85DDDC is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 220 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.13 |
| HSL | 179.32º | 0.56% | 0.69% | - |
| HSV(B) | 179.32º | 0.4% | 0.87% | - |
| XYZ | 48.45 | 61.87 | 77.1 | - |
| YUV | 194.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 220 | 0.40 | 0 | 0.00 | 0.13 | 179.32 | 0.56 | 0.69 |
| Hex | 85 | DD | DC | 28 | 0 | 0 | D | B3 | 38 | 45 |
| Octal | 205 | 335 | 334 | 50 | 0 | 0 | 15 | 263 | 70 | 105 |
| Binary | 10000101 | 11011101 | 11011100 | 101000 | 0 | 0 | 1101 | 10110011 | 111000 | 1000101 |
Color Harmonies of #85DDDC
Complementary color
Monochromatic Colors of #85DDDC
Black with #85DDDC
Text Example
Text Example
White with #85DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDDC; }
p { color: rgb(133,221,220); }
H1.HeaderClassName
{
color: #85DDDC;
}
.AnyTagClassName
{
color: #85DDDC;
}
</style>
background-color css
<style>
a { background-color: #85DDDC; }
a { background-color: rgb(133,221,220); }
div.DivClassName
{
background-color: #85DDDC;
}
.BgClassName
{
background-color: #85DDDC;
}
</style>
border-color css
<style>
span { border-color: #85DDDC; }
span { border-color: rgb(133,221,220); }
td.TdClassName
{
border-color: #85DDDC;
}
.TagClassName
{
border-color: #85DDDC;
}
</style>