Shades of Maya Blue #81BAFE
Tints of Maya Blue #81BAFE
RGB
CMYK
RGB Variations
Color information
#81BAFE (or 0x81BAFE) is known color: Maya Blue. HEX triplet: 81, BA and FE. RGB value is (129,186,254). Sum of RGB (Red+Green+Blue) = 129+186+254=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #81BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAFE is #7E4501. Grayscale: #B0B0B0. Windows color (decimal): -8275202 or 16693889. OLE color: 16693889.
HSL color Cylindrical-coordinate representation of color #81BAFE: hue angle of 212.64º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BAFE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 186 | 254 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.00 |
| HSL | 212.64º | 0.98% | 0.75% | - |
| HSV(B) | 212.64º | 0.49% | 1% | - |
| XYZ | 44.5 | 46.94 | 100.48 | - |
| YUV | 176.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 254 | 0.49 | 0.27 | 0 | 0.00 | 212.64 | 0.98 | 0.75 |
| Hex | 81 | BA | FE | 31 | 1B | 0 | 0 | D5 | 62 | 4B |
| Octal | 201 | 272 | 376 | 61 | 33 | 0 | 0 | 325 | 142 | 113 |
| Binary | 10000001 | 10111010 | 11111110 | 110001 | 11011 | 0 | 0 | 11010101 | 1100010 | 1001011 |
Color Harmonies of #81BAFE
Complementary color
Monochromatic Colors of #81BAFE
Black with #81BAFE
Text Example
Text Example
White with #81BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BAFE; }
p { color: rgb(129,186,254); }
H1.HeaderClassName
{
color: #81BAFE;
}
.AnyTagClassName
{
color: #81BAFE;
}
</style>
background-color css
<style>
a { background-color: #81BAFE; }
a { background-color: rgb(129,186,254); }
div.DivClassName
{
background-color: #81BAFE;
}
.BgClassName
{
background-color: #81BAFE;
}
</style>
border-color css
<style>
span { border-color: #81BAFE; }
span { border-color: rgb(129,186,254); }
td.TdClassName
{
border-color: #81BAFE;
}
.TagClassName
{
border-color: #81BAFE;
}
</style>