Shades of Spray #85C2D8
Tints of Spray #85C2D8
RGB
CMYK
RGB Variations
Color information
#85C2D8 (or 0x85C2D8) is known color: Spray. HEX triplet: 85, C2 and D8. RGB value is (133,194,216). Sum of RGB (Red+Green+Blue) = 133+194+216=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #85C2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2D8 is #7A3D27. Grayscale: #B2B2B2. Windows color (decimal): -8011048 or 14205573. OLE color: 14205573.
HSL color Cylindrical-coordinate representation of color #85C2D8: hue angle of 195.9º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C2D8 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 194 | 216 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.15 |
| HSL | 195.9º | 0.52% | 0.68% | - |
| HSV(B) | 195.9º | 0.38% | 0.85% | - |
| XYZ | 41.36 | 48.53 | 72.15 | - |
| YUV | 178.27 | 149.29 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 216 | 0.38 | 0.10 | 0 | 0.15 | 195.9 | 0.52 | 0.68 |
| Hex | 85 | C2 | D8 | 26 | A | 0 | F | C4 | 34 | 44 |
| Octal | 205 | 302 | 330 | 46 | 12 | 0 | 17 | 304 | 64 | 104 |
| Binary | 10000101 | 11000010 | 11011000 | 100110 | 1010 | 0 | 1111 | 11000100 | 110100 | 1000100 |
Color Harmonies of #85C2D8
Complementary color
Monochromatic Colors of #85C2D8
Black with #85C2D8
Text Example
Text Example
White with #85C2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2D8; }
p { color: rgb(133,194,216); }
H1.HeaderClassName
{
color: #85C2D8;
}
.AnyTagClassName
{
color: #85C2D8;
}
</style>
background-color css
<style>
a { background-color: #85C2D8; }
a { background-color: rgb(133,194,216); }
div.DivClassName
{
background-color: #85C2D8;
}
.BgClassName
{
background-color: #85C2D8;
}
</style>
border-color css
<style>
span { border-color: #85C2D8; }
span { border-color: rgb(133,194,216); }
td.TdClassName
{
border-color: #85C2D8;
}
.TagClassName
{
border-color: #85C2D8;
}
</style>