Shades of Spray #85CEDE
Tints of Spray #85CEDE
RGB
CMYK
RGB Variations
Color information
#85CEDE (or 0x85CEDE) is known color: Spray. HEX triplet: 85, CE and DE. RGB value is (133,206,222). Sum of RGB (Red+Green+Blue) = 133+206+222=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #85CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEDE is #7A3121. Grayscale: #B9B9B9. Windows color (decimal): -8007970 or 14601861. OLE color: 14601861.
HSL color Cylindrical-coordinate representation of color #85CEDE: hue angle of 190.79º 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 #85CEDE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 206 | 222 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.13 |
| HSL | 190.79º | 0.57% | 0.7% | - |
| HSV(B) | 190.79º | 0.4% | 0.87% | - |
| XYZ | 44.93 | 54.4 | 77.24 | - |
| YUV | 186 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 222 | 0.40 | 0.07 | 0 | 0.13 | 190.79 | 0.57 | 0.7 |
| Hex | 85 | CE | DE | 28 | 7 | 0 | D | BF | 39 | 46 |
| Octal | 205 | 316 | 336 | 50 | 7 | 0 | 15 | 277 | 71 | 106 |
| Binary | 10000101 | 11001110 | 11011110 | 101000 | 111 | 0 | 1101 | 10111111 | 111001 | 1000110 |
Color Harmonies of #85CEDE
Complementary color
Monochromatic Colors of #85CEDE
Black with #85CEDE
Text Example
Text Example
White with #85CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEDE; }
p { color: rgb(133,206,222); }
H1.HeaderClassName
{
color: #85CEDE;
}
.AnyTagClassName
{
color: #85CEDE;
}
</style>
background-color css
<style>
a { background-color: #85CEDE; }
a { background-color: rgb(133,206,222); }
div.DivClassName
{
background-color: #85CEDE;
}
.BgClassName
{
background-color: #85CEDE;
}
</style>
border-color css
<style>
span { border-color: #85CEDE; }
span { border-color: rgb(133,206,222); }
td.TdClassName
{
border-color: #85CEDE;
}
.TagClassName
{
border-color: #85CEDE;
}
</style>