Shades of Maya Blue #85BAFF
Tints of Maya Blue #85BAFF
RGB
CMYK
RGB Variations
Color information
#85BAFF (or 0x85BAFF) is known color: Maya Blue. HEX triplet: 85, BA and FF. RGB value is (133,186,255). Sum of RGB (Red+Green+Blue) = 133+186+255=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAFF is #7A4500. Grayscale: #B1B1B1. Windows color (decimal): -8013057 or 16759429. OLE color: 16759429.
HSL color Cylindrical-coordinate representation of color #85BAFF: hue angle of 213.93º 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 #85BAFF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 186 | 255 | - |
| CMYK | 0.48 | 0.27 | 0 | 0 |
| HSL | 213.93º | 1% | 0.76% | - |
| HSV(B) | 213.93º | 0.48% | 1% | - |
| XYZ | 45.28 | 47.32 | 101.36 | - |
| YUV | 178.02 | 171.44 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 255 | 0.48 | 0.27 | 0 | 0 | 213.93 | 1 | 0.76 |
| Hex | 85 | BA | FF | 30 | 1B | 0 | 0 | D6 | 64 | 4C |
| Octal | 205 | 272 | 377 | 60 | 33 | 0 | 0 | 326 | 144 | 114 |
| Binary | 10000101 | 10111010 | 11111111 | 110000 | 11011 | 0 | 0 | 11010110 | 1100100 | 1001100 |
Color Harmonies of #85BAFF
Complementary color
Monochromatic Colors of #85BAFF
Black with #85BAFF
Text Example
Text Example
White with #85BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAFF; }
p { color: rgb(133,186,255); }
H1.HeaderClassName
{
color: #85BAFF;
}
.AnyTagClassName
{
color: #85BAFF;
}
</style>
background-color css
<style>
a { background-color: #85BAFF; }
a { background-color: rgb(133,186,255); }
div.DivClassName
{
background-color: #85BAFF;
}
.BgClassName
{
background-color: #85BAFF;
}
</style>
border-color css
<style>
span { border-color: #85BAFF; }
span { border-color: rgb(133,186,255); }
td.TdClassName
{
border-color: #85BAFF;
}
.TagClassName
{
border-color: #85BAFF;
}
</style>