Shades of Spray #85DBE6
Tints of Spray #85DBE6
RGB
CMYK
RGB Variations
Color information
#85DBE6 (or 0x85DBE6) is known color: Spray. HEX triplet: 85, DB and E6. RGB value is (133,219,230). Sum of RGB (Red+Green+Blue) = 133+219+230=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #85DBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBE6 is #7A2419. Grayscale: #C2C2C2. Windows color (decimal): -8004634 or 15129477. OLE color: 15129477.
HSL color Cylindrical-coordinate representation of color #85DBE6: hue angle of 186.8º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85DBE6 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 219 | 230 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.10 |
| HSL | 186.8º | 0.66% | 0.71% | - |
| HSV(B) | 186.8º | 0.42% | 0.9% | - |
| XYZ | 49.29 | 61.36 | 84.11 | - |
| YUV | 194.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 230 | 0.42 | 0.05 | 0 | 0.10 | 186.8 | 0.66 | 0.71 |
| Hex | 85 | DB | E6 | 2A | 5 | 0 | A | BB | 42 | 47 |
| Octal | 205 | 333 | 346 | 52 | 5 | 0 | 12 | 273 | 102 | 107 |
| Binary | 10000101 | 11011011 | 11100110 | 101010 | 101 | 0 | 1010 | 10111011 | 1000010 | 1000111 |
Color Harmonies of #85DBE6
Complementary color
Monochromatic Colors of #85DBE6
Black with #85DBE6
Text Example
Text Example
White with #85DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBE6; }
p { color: rgb(133,219,230); }
H1.HeaderClassName
{
color: #85DBE6;
}
.AnyTagClassName
{
color: #85DBE6;
}
</style>
background-color css
<style>
a { background-color: #85DBE6; }
a { background-color: rgb(133,219,230); }
div.DivClassName
{
background-color: #85DBE6;
}
.BgClassName
{
background-color: #85DBE6;
}
</style>
border-color css
<style>
span { border-color: #85DBE6; }
span { border-color: rgb(133,219,230); }
td.TdClassName
{
border-color: #85DBE6;
}
.TagClassName
{
border-color: #85DBE6;
}
</style>