Shades of Spray #85DAE7
Tints of Spray #85DAE7
RGB
CMYK
RGB Variations
Color information
#85DAE7 (or 0x85DAE7) is known color: Spray. HEX triplet: 85, DA and E7. RGB value is (133,218,231). Sum of RGB (Red+Green+Blue) = 133+218+231=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #85DAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAE7 is #7A2518. Grayscale: #C1C1C1. Windows color (decimal): -8004889 or 15194757. OLE color: 15194757.
HSL color Cylindrical-coordinate representation of color #85DAE7: hue angle of 187.96º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85DAE7 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 218 | 231 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.09 |
| HSL | 187.96º | 0.67% | 0.71% | - |
| HSV(B) | 187.96º | 0.42% | 0.91% | - |
| XYZ | 49.17 | 60.9 | 84.76 | - |
| YUV | 194.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 231 | 0.42 | 0.06 | 0 | 0.09 | 187.96 | 0.67 | 0.71 |
| Hex | 85 | DA | E7 | 2A | 6 | 0 | 9 | BC | 43 | 47 |
| Octal | 205 | 332 | 347 | 52 | 6 | 0 | 11 | 274 | 103 | 107 |
| Binary | 10000101 | 11011010 | 11100111 | 101010 | 110 | 0 | 1001 | 10111100 | 1000011 | 1000111 |
Color Harmonies of #85DAE7
Complementary color
Monochromatic Colors of #85DAE7
Black with #85DAE7
Text Example
Text Example
White with #85DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DAE7; }
p { color: rgb(133,218,231); }
H1.HeaderClassName
{
color: #85DAE7;
}
.AnyTagClassName
{
color: #85DAE7;
}
</style>
background-color css
<style>
a { background-color: #85DAE7; }
a { background-color: rgb(133,218,231); }
div.DivClassName
{
background-color: #85DAE7;
}
.BgClassName
{
background-color: #85DAE7;
}
</style>
border-color css
<style>
span { border-color: #85DAE7; }
span { border-color: rgb(133,218,231); }
td.TdClassName
{
border-color: #85DAE7;
}
.TagClassName
{
border-color: #85DAE7;
}
</style>