Shades of Spray #85CECF
Tints of Spray #85CECF
RGB
CMYK
RGB Variations
Color information
#85CECF (or 0x85CECF) is known color: Spray. HEX triplet: 85, CE and CF. RGB value is (133,206,207). Sum of RGB (Red+Green+Blue) = 133+206+207=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #85CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CECF is #7A3130. Grayscale: #B8B8B8. Windows color (decimal): -8007985 or 13618821. OLE color: 13618821.
HSL color Cylindrical-coordinate representation of color #85CECF: hue angle of 180.81º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CECF is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 207 | - |
| CMYK | 0.36 | 0.00 | 0 | 0.19 |
| HSL | 180.81º | 0.44% | 0.67% | - |
| HSV(B) | 180.81º | 0.36% | 0.81% | - |
| XYZ | 43.01 | 53.63 | 67.12 | - |
| YUV | 184.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 207 | 0.36 | 0.00 | 0 | 0.19 | 180.81 | 0.44 | 0.67 |
| Hex | 85 | CE | CF | 24 | 0 | 0 | 13 | B5 | 2C | 43 |
| Octal | 205 | 316 | 317 | 44 | 0 | 0 | 23 | 265 | 54 | 103 |
| Binary | 10000101 | 11001110 | 11001111 | 100100 | 0 | 0 | 10011 | 10110101 | 101100 | 1000011 |
Color Harmonies of #85CECF
Complementary color
Monochromatic Colors of #85CECF
Black with #85CECF
Text Example
Text Example
White with #85CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CECF; }
p { color: rgb(133,206,207); }
H1.HeaderClassName
{
color: #85CECF;
}
.AnyTagClassName
{
color: #85CECF;
}
</style>
background-color css
<style>
a { background-color: #85CECF; }
a { background-color: rgb(133,206,207); }
div.DivClassName
{
background-color: #85CECF;
}
.BgClassName
{
background-color: #85CECF;
}
</style>
border-color css
<style>
span { border-color: #85CECF; }
span { border-color: rgb(133,206,207); }
td.TdClassName
{
border-color: #85CECF;
}
.TagClassName
{
border-color: #85CECF;
}
</style>