Shades of Maya Blue #81BAF1
Tints of Maya Blue #81BAF1
RGB
CMYK
RGB Variations
Color information
#81BAF1 (or 0x81BAF1) is known color: Maya Blue. HEX triplet: 81, BA and F1. RGB value is (129,186,241). Sum of RGB (Red+Green+Blue) = 129+186+241=556 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.20% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #81BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAF1 is #7E450E. Grayscale: #AEAEAE. Windows color (decimal): -8275215 or 15841921. OLE color: 15841921.
HSL color Cylindrical-coordinate representation of color #81BAF1: hue angle of 209.46º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BAF1 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 186 | 241 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.05 |
| HSL | 209.46º | 0.8% | 0.73% | - |
| HSV(B) | 209.46º | 0.46% | 0.95% | - |
| XYZ | 42.49 | 46.14 | 89.88 | - |
| YUV | 175.23 | 165.12 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 241 | 0.46 | 0.23 | 0 | 0.05 | 209.46 | 0.8 | 0.73 |
| Hex | 81 | BA | F1 | 2E | 17 | 0 | 5 | D1 | 50 | 49 |
| Octal | 201 | 272 | 361 | 56 | 27 | 0 | 5 | 321 | 120 | 111 |
| Binary | 10000001 | 10111010 | 11110001 | 101110 | 10111 | 0 | 101 | 11010001 | 1010000 | 1001001 |
Color Harmonies of #81BAF1
Complementary color
Monochromatic Colors of #81BAF1
Black with #81BAF1
Text Example
Text Example
White with #81BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BAF1; }
p { color: rgb(129,186,241); }
H1.HeaderClassName
{
color: #81BAF1;
}
.AnyTagClassName
{
color: #81BAF1;
}
</style>
background-color css
<style>
a { background-color: #81BAF1; }
a { background-color: rgb(129,186,241); }
div.DivClassName
{
background-color: #81BAF1;
}
.BgClassName
{
background-color: #81BAF1;
}
</style>
border-color css
<style>
span { border-color: #81BAF1; }
span { border-color: rgb(129,186,241); }
td.TdClassName
{
border-color: #81BAF1;
}
.TagClassName
{
border-color: #81BAF1;
}
</style>