Shades of Maya Blue #81BBED
Tints of Maya Blue #81BBED
RGB
CMYK
RGB Variations
Color information
#81BBED (or 0x81BBED) is known color: Maya Blue. HEX triplet: 81, BB and ED. RGB value is (129,187,237). Sum of RGB (Red+Green+Blue) = 129+187+237=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #81BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBED is #7E4412. Grayscale: #AFAFAF. Windows color (decimal): -8274963 or 15580033. OLE color: 15580033.
HSL color Cylindrical-coordinate representation of color #81BBED: hue angle of 207.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BBED is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 187 | 237 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.07 |
| HSL | 207.78º | 0.75% | 0.72% | - |
| HSV(B) | 207.78º | 0.46% | 0.93% | - |
| XYZ | 42.11 | 46.32 | 86.84 | - |
| YUV | 175.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 237 | 0.46 | 0.21 | 0 | 0.07 | 207.78 | 0.75 | 0.72 |
| Hex | 81 | BB | ED | 2E | 15 | 0 | 7 | D0 | 4B | 48 |
| Octal | 201 | 273 | 355 | 56 | 25 | 0 | 7 | 320 | 113 | 110 |
| Binary | 10000001 | 10111011 | 11101101 | 101110 | 10101 | 0 | 111 | 11010000 | 1001011 | 1001000 |
Color Harmonies of #81BBED
Complementary color
Monochromatic Colors of #81BBED
Black with #81BBED
Text Example
Text Example
White with #81BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBED; }
p { color: rgb(129,187,237); }
H1.HeaderClassName
{
color: #81BBED;
}
.AnyTagClassName
{
color: #81BBED;
}
</style>
background-color css
<style>
a { background-color: #81BBED; }
a { background-color: rgb(129,187,237); }
div.DivClassName
{
background-color: #81BBED;
}
.BgClassName
{
background-color: #81BBED;
}
</style>
border-color css
<style>
span { border-color: #81BBED; }
span { border-color: rgb(129,187,237); }
td.TdClassName
{
border-color: #81BBED;
}
.TagClassName
{
border-color: #81BBED;
}
</style>