Shades of Maya Blue #81ACFF
Tints of Maya Blue #81ACFF
RGB
CMYK
RGB Variations
Color information
#81ACFF (or 0x81ACFF) is known color: Maya Blue. HEX triplet: 81, AC and FF. RGB value is (129,172,255). Sum of RGB (Red+Green+Blue) = 129+172+255=556 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.20% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #81ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACFF is #7E5300. Grayscale: #A8A8A8. Windows color (decimal): -8278785 or 16755841. OLE color: 16755841.
HSL color Cylindrical-coordinate representation of color #81ACFF: hue angle of 219.52º 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 #81ACFF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 172 | 255 | - |
| CMYK | 0.49 | 0.33 | 0 | 0 |
| HSL | 219.52º | 1% | 0.75% | - |
| HSV(B) | 219.52º | 0.49% | 1% | - |
| XYZ | 41.86 | 41.39 | 100.39 | - |
| YUV | 168.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 255 | 0.49 | 0.33 | 0 | 0 | 219.52 | 1 | 0.75 |
| Hex | 81 | AC | FF | 31 | 21 | 0 | 0 | DC | 64 | 4B |
| Octal | 201 | 254 | 377 | 61 | 41 | 0 | 0 | 334 | 144 | 113 |
| Binary | 10000001 | 10101100 | 11111111 | 110001 | 100001 | 0 | 0 | 11011100 | 1100100 | 1001011 |
Color Harmonies of #81ACFF
Complementary color
Monochromatic Colors of #81ACFF
Black with #81ACFF
Text Example
Text Example
White with #81ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ACFF; }
p { color: rgb(129,172,255); }
H1.HeaderClassName
{
color: #81ACFF;
}
.AnyTagClassName
{
color: #81ACFF;
}
</style>
background-color css
<style>
a { background-color: #81ACFF; }
a { background-color: rgb(129,172,255); }
div.DivClassName
{
background-color: #81ACFF;
}
.BgClassName
{
background-color: #81ACFF;
}
</style>
border-color css
<style>
span { border-color: #81ACFF; }
span { border-color: rgb(129,172,255); }
td.TdClassName
{
border-color: #81ACFF;
}
.TagClassName
{
border-color: #81ACFF;
}
</style>