Shades of Maya Blue #81BAFF
Tints of Maya Blue #81BAFF
RGB
CMYK
RGB Variations
Color information
#81BAFF (or 0x81BAFF) is known color: Maya Blue. HEX triplet: 81, BA and FF. RGB value is (129,186,255). Sum of RGB (Red+Green+Blue) = 129+186+255=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #81BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAFF is #7E4500. Grayscale: #B0B0B0. Windows color (decimal): -8275201 or 16759425. OLE color: 16759425.
HSL color Cylindrical-coordinate representation of color #81BAFF: hue angle of 212.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BAFF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 186 | 255 | - |
| CMYK | 0.49 | 0.27 | 0 | 0 |
| HSL | 212.86º | 1% | 0.75% | - |
| HSV(B) | 212.86º | 0.49% | 1% | - |
| XYZ | 44.66 | 47 | 101.33 | - |
| YUV | 176.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 255 | 0.49 | 0.27 | 0 | 0 | 212.86 | 1 | 0.75 |
| Hex | 81 | BA | FF | 31 | 1B | 0 | 0 | D5 | 64 | 4B |
| Octal | 201 | 272 | 377 | 61 | 33 | 0 | 0 | 325 | 144 | 113 |
| Binary | 10000001 | 10111010 | 11111111 | 110001 | 11011 | 0 | 0 | 11010101 | 1100100 | 1001011 |
Color Harmonies of #81BAFF
Complementary color
Monochromatic Colors of #81BAFF
Black with #81BAFF
Text Example
Text Example
White with #81BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BAFF; }
p { color: rgb(129,186,255); }
H1.HeaderClassName
{
color: #81BAFF;
}
.AnyTagClassName
{
color: #81BAFF;
}
</style>
background-color css
<style>
a { background-color: #81BAFF; }
a { background-color: rgb(129,186,255); }
div.DivClassName
{
background-color: #81BAFF;
}
.BgClassName
{
background-color: #81BAFF;
}
</style>
border-color css
<style>
span { border-color: #81BAFF; }
span { border-color: rgb(129,186,255); }
td.TdClassName
{
border-color: #81BAFF;
}
.TagClassName
{
border-color: #81BAFF;
}
</style>