Shades of Maya Blue #81B5FF
Tints of Maya Blue #81B5FF
RGB
CMYK
RGB Variations
Color information
#81B5FF (or 0x81B5FF) is known color: Maya Blue. HEX triplet: 81, B5 and FF. RGB value is (129,181,255). Sum of RGB (Red+Green+Blue) = 129+181+255=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #81B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B5FF is #7E4A00. Grayscale: #ADADAD. Windows color (decimal): -8276481 or 16758145. OLE color: 16758145.
HSL color Cylindrical-coordinate representation of color #81B5FF: hue angle of 215.24º 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 #81B5FF is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 181 | 255 | - |
| CMYK | 0.49 | 0.29 | 0 | 0 |
| HSL | 215.24º | 1% | 0.75% | - |
| HSV(B) | 215.24º | 0.49% | 1% | - |
| XYZ | 43.63 | 44.93 | 100.98 | - |
| YUV | 173.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 255 | 0.49 | 0.29 | 0 | 0 | 215.24 | 1 | 0.75 |
| Hex | 81 | B5 | FF | 31 | 1D | 0 | 0 | D7 | 64 | 4B |
| Octal | 201 | 265 | 377 | 61 | 35 | 0 | 0 | 327 | 144 | 113 |
| Binary | 10000001 | 10110101 | 11111111 | 110001 | 11101 | 0 | 0 | 11010111 | 1100100 | 1001011 |
Color Harmonies of #81B5FF
Complementary color
Monochromatic Colors of #81B5FF
Black with #81B5FF
Text Example
Text Example
White with #81B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B5FF; }
p { color: rgb(129,181,255); }
H1.HeaderClassName
{
color: #81B5FF;
}
.AnyTagClassName
{
color: #81B5FF;
}
</style>
background-color css
<style>
a { background-color: #81B5FF; }
a { background-color: rgb(129,181,255); }
div.DivClassName
{
background-color: #81B5FF;
}
.BgClassName
{
background-color: #81B5FF;
}
</style>
border-color css
<style>
span { border-color: #81B5FF; }
span { border-color: rgb(129,181,255); }
td.TdClassName
{
border-color: #81B5FF;
}
.TagClassName
{
border-color: #81B5FF;
}
</style>