Shades of Maya Blue #81ADFF
Tints of Maya Blue #81ADFF
RGB
CMYK
RGB Variations
Color information
#81ADFF (or 0x81ADFF) is known color: Maya Blue. HEX triplet: 81, AD and FF. RGB value is (129,173,255). Sum of RGB (Red+Green+Blue) = 129+173+255=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #81ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADFF is #7E5200. Grayscale: #A8A8A8. Windows color (decimal): -8278529 or 16756097. OLE color: 16756097.
HSL color Cylindrical-coordinate representation of color #81ADFF: hue angle of 219.05º 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 #81ADFF is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 173 | 255 | - |
| CMYK | 0.49 | 0.32 | 0 | 0 |
| HSL | 219.05º | 1% | 0.75% | - |
| HSV(B) | 219.05º | 0.49% | 1% | - |
| XYZ | 42.05 | 41.77 | 100.45 | - |
| YUV | 169.19 | 176.42 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 255 | 0.49 | 0.32 | 0 | 0 | 219.05 | 1 | 0.75 |
| Hex | 81 | AD | FF | 31 | 20 | 0 | 0 | DB | 64 | 4B |
| Octal | 201 | 255 | 377 | 61 | 40 | 0 | 0 | 333 | 144 | 113 |
| Binary | 10000001 | 10101101 | 11111111 | 110001 | 100000 | 0 | 0 | 11011011 | 1100100 | 1001011 |
Color Harmonies of #81ADFF
Complementary color
Monochromatic Colors of #81ADFF
Black with #81ADFF
Text Example
Text Example
White with #81ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADFF; }
p { color: rgb(129,173,255); }
H1.HeaderClassName
{
color: #81ADFF;
}
.AnyTagClassName
{
color: #81ADFF;
}
</style>
background-color css
<style>
a { background-color: #81ADFF; }
a { background-color: rgb(129,173,255); }
div.DivClassName
{
background-color: #81ADFF;
}
.BgClassName
{
background-color: #81ADFF;
}
</style>
border-color css
<style>
span { border-color: #81ADFF; }
span { border-color: rgb(129,173,255); }
td.TdClassName
{
border-color: #81ADFF;
}
.TagClassName
{
border-color: #81ADFF;
}
</style>