Shades of Maya Blue #85BAF2
Tints of Maya Blue #85BAF2
RGB
CMYK
RGB Variations
Color information
#85BAF2 (or 0x85BAF2) is known color: Maya Blue. HEX triplet: 85, BA and F2. RGB value is (133,186,242). Sum of RGB (Red+Green+Blue) = 133+186+242=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #85BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAF2 is #7A450D. Grayscale: #B0B0B0. Windows color (decimal): -8013070 or 15907461. OLE color: 15907461.
HSL color Cylindrical-coordinate representation of color #85BAF2: hue angle of 210.83º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BAF2 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 186 | 242 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.05 |
| HSL | 210.83º | 0.81% | 0.74% | - |
| HSV(B) | 210.83º | 0.45% | 0.95% | - |
| XYZ | 43.26 | 46.52 | 90.7 | - |
| YUV | 176.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 242 | 0.45 | 0.23 | 0 | 0.05 | 210.83 | 0.81 | 0.74 |
| Hex | 85 | BA | F2 | 2D | 17 | 0 | 5 | D3 | 51 | 4A |
| Octal | 205 | 272 | 362 | 55 | 27 | 0 | 5 | 323 | 121 | 112 |
| Binary | 10000101 | 10111010 | 11110010 | 101101 | 10111 | 0 | 101 | 11010011 | 1010001 | 1001010 |
Color Harmonies of #85BAF2
Complementary color
Monochromatic Colors of #85BAF2
Black with #85BAF2
Text Example
Text Example
White with #85BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAF2; }
p { color: rgb(133,186,242); }
H1.HeaderClassName
{
color: #85BAF2;
}
.AnyTagClassName
{
color: #85BAF2;
}
</style>
background-color css
<style>
a { background-color: #85BAF2; }
a { background-color: rgb(133,186,242); }
div.DivClassName
{
background-color: #85BAF2;
}
.BgClassName
{
background-color: #85BAF2;
}
</style>
border-color css
<style>
span { border-color: #85BAF2; }
span { border-color: rgb(133,186,242); }
td.TdClassName
{
border-color: #85BAF2;
}
.TagClassName
{
border-color: #85BAF2;
}
</style>