Shades of Maya Blue #81BEF0
Tints of Maya Blue #81BEF0
RGB
CMYK
RGB Variations
Color information
#81BEF0 (or 0x81BEF0) is known color: Maya Blue. HEX triplet: 81, BE and F0. RGB value is (129,190,240). Sum of RGB (Red+Green+Blue) = 129+190+240=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #81BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEF0 is #7E410F. Grayscale: #B1B1B1. Windows color (decimal): -8274192 or 15777409. OLE color: 15777409.
HSL color Cylindrical-coordinate representation of color #81BEF0: hue angle of 207.03º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BEF0 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 190 | 240 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.06 |
| HSL | 207.03º | 0.79% | 0.72% | - |
| HSV(B) | 207.03º | 0.46% | 0.94% | - |
| XYZ | 43.19 | 47.79 | 89.38 | - |
| YUV | 177.46 | 163.29 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 240 | 0.46 | 0.21 | 0 | 0.06 | 207.03 | 0.79 | 0.72 |
| Hex | 81 | BE | F0 | 2E | 15 | 0 | 6 | CF | 4F | 48 |
| Octal | 201 | 276 | 360 | 56 | 25 | 0 | 6 | 317 | 117 | 110 |
| Binary | 10000001 | 10111110 | 11110000 | 101110 | 10101 | 0 | 110 | 11001111 | 1001111 | 1001000 |
Color Harmonies of #81BEF0
Complementary color
Monochromatic Colors of #81BEF0
Black with #81BEF0
Text Example
Text Example
White with #81BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEF0; }
p { color: rgb(129,190,240); }
H1.HeaderClassName
{
color: #81BEF0;
}
.AnyTagClassName
{
color: #81BEF0;
}
</style>
background-color css
<style>
a { background-color: #81BEF0; }
a { background-color: rgb(129,190,240); }
div.DivClassName
{
background-color: #81BEF0;
}
.BgClassName
{
background-color: #81BEF0;
}
</style>
border-color css
<style>
span { border-color: #81BEF0; }
span { border-color: rgb(129,190,240); }
td.TdClassName
{
border-color: #81BEF0;
}
.TagClassName
{
border-color: #81BEF0;
}
</style>