Shades of Maya Blue #85BAFC
Tints of Maya Blue #85BAFC
RGB
CMYK
RGB Variations
Color information
#85BAFC (or 0x85BAFC) is known color: Maya Blue. HEX triplet: 85, BA and FC. RGB value is (133,186,252). Sum of RGB (Red+Green+Blue) = 133+186+252=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #85BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAFC is #7A4503. Grayscale: #B1B1B1. Windows color (decimal): -8013060 or 16562821. OLE color: 16562821.
HSL color Cylindrical-coordinate representation of color #85BAFC: hue angle of 213.28º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BAFC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 186 | 252 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.01 |
| HSL | 213.28º | 0.95% | 0.75% | - |
| HSV(B) | 213.28º | 0.47% | 0.99% | - |
| XYZ | 44.8 | 47.13 | 98.83 | - |
| YUV | 177.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 252 | 0.47 | 0.26 | 0 | 0.01 | 213.28 | 0.95 | 0.75 |
| Hex | 85 | BA | FC | 2F | 1A | 0 | 1 | D5 | 5F | 4B |
| Octal | 205 | 272 | 374 | 57 | 32 | 0 | 1 | 325 | 137 | 113 |
| Binary | 10000101 | 10111010 | 11111100 | 101111 | 11010 | 0 | 1 | 11010101 | 1011111 | 1001011 |
Color Harmonies of #85BAFC
Complementary color
Monochromatic Colors of #85BAFC
Black with #85BAFC
Text Example
Text Example
White with #85BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BAFC; }
p { color: rgb(133,186,252); }
H1.HeaderClassName
{
color: #85BAFC;
}
.AnyTagClassName
{
color: #85BAFC;
}
</style>
background-color css
<style>
a { background-color: #85BAFC; }
a { background-color: rgb(133,186,252); }
div.DivClassName
{
background-color: #85BAFC;
}
.BgClassName
{
background-color: #85BAFC;
}
</style>
border-color css
<style>
span { border-color: #85BAFC; }
span { border-color: rgb(133,186,252); }
td.TdClassName
{
border-color: #85BAFC;
}
.TagClassName
{
border-color: #85BAFC;
}
</style>