Shades of Spray #85CEDC
Tints of Spray #85CEDC
RGB
CMYK
RGB Variations
Color information
#85CEDC (or 0x85CEDC) is known color: Spray. HEX triplet: 85, CE and DC. RGB value is (133,206,220). Sum of RGB (Red+Green+Blue) = 133+206+220=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #85CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEDC is #7A3123. Grayscale: #B9B9B9. Windows color (decimal): -8007972 or 14470789. OLE color: 14470789.
HSL color Cylindrical-coordinate representation of color #85CEDC: hue angle of 189.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CEDC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 206 | 220 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.14 |
| HSL | 189.66º | 0.55% | 0.69% | - |
| HSV(B) | 189.66º | 0.4% | 0.86% | - |
| XYZ | 44.66 | 54.3 | 75.84 | - |
| YUV | 185.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 220 | 0.40 | 0.06 | 0 | 0.14 | 189.66 | 0.55 | 0.69 |
| Hex | 85 | CE | DC | 28 | 6 | 0 | E | BE | 37 | 45 |
| Octal | 205 | 316 | 334 | 50 | 6 | 0 | 16 | 276 | 67 | 105 |
| Binary | 10000101 | 11001110 | 11011100 | 101000 | 110 | 0 | 1110 | 10111110 | 110111 | 1000101 |
Color Harmonies of #85CEDC
Complementary color
Monochromatic Colors of #85CEDC
Black with #85CEDC
Text Example
Text Example
White with #85CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEDC; }
p { color: rgb(133,206,220); }
H1.HeaderClassName
{
color: #85CEDC;
}
.AnyTagClassName
{
color: #85CEDC;
}
</style>
background-color css
<style>
a { background-color: #85CEDC; }
a { background-color: rgb(133,206,220); }
div.DivClassName
{
background-color: #85CEDC;
}
.BgClassName
{
background-color: #85CEDC;
}
</style>
border-color css
<style>
span { border-color: #85CEDC; }
span { border-color: rgb(133,206,220); }
td.TdClassName
{
border-color: #85CEDC;
}
.TagClassName
{
border-color: #85CEDC;
}
</style>