Shades of Maya Blue #85B9FF
Tints of Maya Blue #85B9FF
RGB
CMYK
RGB Variations
Color information
#85B9FF (or 0x85B9FF) is known color: Maya Blue. HEX triplet: 85, B9 and FF. RGB value is (133,185,255). Sum of RGB (Red+Green+Blue) = 133+185+255=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #85B9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B9FF is #7A4600. Grayscale: #B1B1B1. Windows color (decimal): -8013313 or 16759173. OLE color: 16759173.
HSL color Cylindrical-coordinate representation of color #85B9FF: hue angle of 214.43º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85B9FF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 185 | 255 | - |
| CMYK | 0.48 | 0.27 | 0 | 0 |
| HSL | 214.43º | 1% | 0.76% | - |
| HSV(B) | 214.43º | 0.48% | 1% | - |
| XYZ | 45.07 | 46.9 | 101.29 | - |
| YUV | 177.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 255 | 0.48 | 0.27 | 0 | 0 | 214.43 | 1 | 0.76 |
| Hex | 85 | B9 | FF | 30 | 1B | 0 | 0 | D6 | 64 | 4C |
| Octal | 205 | 271 | 377 | 60 | 33 | 0 | 0 | 326 | 144 | 114 |
| Binary | 10000101 | 10111001 | 11111111 | 110000 | 11011 | 0 | 0 | 11010110 | 1100100 | 1001100 |
Color Harmonies of #85B9FF
Complementary color
Monochromatic Colors of #85B9FF
Black with #85B9FF
Text Example
Text Example
White with #85B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B9FF; }
p { color: rgb(133,185,255); }
H1.HeaderClassName
{
color: #85B9FF;
}
.AnyTagClassName
{
color: #85B9FF;
}
</style>
background-color css
<style>
a { background-color: #85B9FF; }
a { background-color: rgb(133,185,255); }
div.DivClassName
{
background-color: #85B9FF;
}
.BgClassName
{
background-color: #85B9FF;
}
</style>
border-color css
<style>
span { border-color: #85B9FF; }
span { border-color: rgb(133,185,255); }
td.TdClassName
{
border-color: #85B9FF;
}
.TagClassName
{
border-color: #85B9FF;
}
</style>