Shades of Spray #85C2DA
Tints of Spray #85C2DA
RGB
CMYK
RGB Variations
Color information
#85C2DA (or 0x85C2DA) is known color: Spray. HEX triplet: 85, C2 and DA. RGB value is (133,194,218). Sum of RGB (Red+Green+Blue) = 133+194+218=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #85C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2DA is #7A3D25. Grayscale: #B2B2B2. Windows color (decimal): -8011046 or 14336645. OLE color: 14336645.
HSL color Cylindrical-coordinate representation of color #85C2DA: hue angle of 196.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C2DA is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 194 | 218 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.15 |
| HSL | 196.94º | 0.53% | 0.69% | - |
| HSV(B) | 196.94º | 0.39% | 0.85% | - |
| XYZ | 41.62 | 48.63 | 73.52 | - |
| YUV | 178.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 218 | 0.39 | 0.11 | 0 | 0.15 | 196.94 | 0.53 | 0.69 |
| Hex | 85 | C2 | DA | 27 | B | 0 | F | C5 | 35 | 45 |
| Octal | 205 | 302 | 332 | 47 | 13 | 0 | 17 | 305 | 65 | 105 |
| Binary | 10000101 | 11000010 | 11011010 | 100111 | 1011 | 0 | 1111 | 11000101 | 110101 | 1000101 |
Color Harmonies of #85C2DA
Complementary color
Monochromatic Colors of #85C2DA
Black with #85C2DA
Text Example
Text Example
White with #85C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2DA; }
p { color: rgb(133,194,218); }
H1.HeaderClassName
{
color: #85C2DA;
}
.AnyTagClassName
{
color: #85C2DA;
}
</style>
background-color css
<style>
a { background-color: #85C2DA; }
a { background-color: rgb(133,194,218); }
div.DivClassName
{
background-color: #85C2DA;
}
.BgClassName
{
background-color: #85C2DA;
}
</style>
border-color css
<style>
span { border-color: #85C2DA; }
span { border-color: rgb(133,194,218); }
td.TdClassName
{
border-color: #85C2DA;
}
.TagClassName
{
border-color: #85C2DA;
}
</style>