Shades of Maya Blue #81AFFF
Tints of Maya Blue #81AFFF
RGB
CMYK
RGB Variations
Color information
#81AFFF (or 0x81AFFF) is known color: Maya Blue. HEX triplet: 81, AF and FF. RGB value is (129,175,255). Sum of RGB (Red+Green+Blue) = 129+175+255=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #81AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFFF is #7E5000. Grayscale: #AAAAAA. Windows color (decimal): -8278017 or 16756609. OLE color: 16756609.
HSL color Cylindrical-coordinate representation of color #81AFFF: hue angle of 218.1º 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 #81AFFF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 175 | 255 | - |
| CMYK | 0.49 | 0.31 | 0 | 0 |
| HSL | 218.1º | 1% | 0.75% | - |
| HSV(B) | 218.1º | 0.49% | 1% | - |
| XYZ | 42.43 | 42.55 | 100.58 | - |
| YUV | 170.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 255 | 0.49 | 0.31 | 0 | 0 | 218.1 | 1 | 0.75 |
| Hex | 81 | AF | FF | 31 | 1F | 0 | 0 | DA | 64 | 4B |
| Octal | 201 | 257 | 377 | 61 | 37 | 0 | 0 | 332 | 144 | 113 |
| Binary | 10000001 | 10101111 | 11111111 | 110001 | 11111 | 0 | 0 | 11011010 | 1100100 | 1001011 |
Color Harmonies of #81AFFF
Complementary color
Monochromatic Colors of #81AFFF
Black with #81AFFF
Text Example
Text Example
White with #81AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFFF; }
p { color: rgb(129,175,255); }
H1.HeaderClassName
{
color: #81AFFF;
}
.AnyTagClassName
{
color: #81AFFF;
}
</style>
background-color css
<style>
a { background-color: #81AFFF; }
a { background-color: rgb(129,175,255); }
div.DivClassName
{
background-color: #81AFFF;
}
.BgClassName
{
background-color: #81AFFF;
}
</style>
border-color css
<style>
span { border-color: #81AFFF; }
span { border-color: rgb(129,175,255); }
td.TdClassName
{
border-color: #81AFFF;
}
.TagClassName
{
border-color: #81AFFF;
}
</style>