Shades of Maya Blue #81BBEF
Tints of Maya Blue #81BBEF
RGB
CMYK
RGB Variations
Color information
#81BBEF (or 0x81BBEF) is known color: Maya Blue. HEX triplet: 81, BB and EF. RGB value is (129,187,239). Sum of RGB (Red+Green+Blue) = 129+187+239=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #81BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBEF is #7E4410. Grayscale: #AFAFAF. Windows color (decimal): -8274961 or 15711105. OLE color: 15711105.
HSL color Cylindrical-coordinate representation of color #81BBEF: hue angle of 208.36º degrees, saturation: 0.77, 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 #81BBEF is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 187 | 239 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.06 |
| HSL | 208.36º | 0.77% | 0.72% | - |
| HSV(B) | 208.36º | 0.46% | 0.94% | - |
| XYZ | 42.4 | 46.44 | 88.39 | - |
| YUV | 175.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 239 | 0.46 | 0.22 | 0 | 0.06 | 208.36 | 0.77 | 0.72 |
| Hex | 81 | BB | EF | 2E | 16 | 0 | 6 | D0 | 4D | 48 |
| Octal | 201 | 273 | 357 | 56 | 26 | 0 | 6 | 320 | 115 | 110 |
| Binary | 10000001 | 10111011 | 11101111 | 101110 | 10110 | 0 | 110 | 11010000 | 1001101 | 1001000 |
Color Harmonies of #81BBEF
Complementary color
Monochromatic Colors of #81BBEF
Black with #81BBEF
Text Example
Text Example
White with #81BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBEF; }
p { color: rgb(129,187,239); }
H1.HeaderClassName
{
color: #81BBEF;
}
.AnyTagClassName
{
color: #81BBEF;
}
</style>
background-color css
<style>
a { background-color: #81BBEF; }
a { background-color: rgb(129,187,239); }
div.DivClassName
{
background-color: #81BBEF;
}
.BgClassName
{
background-color: #81BBEF;
}
</style>
border-color css
<style>
span { border-color: #81BBEF; }
span { border-color: rgb(129,187,239); }
td.TdClassName
{
border-color: #81BBEF;
}
.TagClassName
{
border-color: #81BBEF;
}
</style>