Shades of Maya Blue #81BEED
Tints of Maya Blue #81BEED
RGB
CMYK
RGB Variations
Color information
#81BEED (or 0x81BEED) is known color: Maya Blue. HEX triplet: 81, BE and ED. RGB value is (129,190,237). Sum of RGB (Red+Green+Blue) = 129+190+237=556 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.20% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #81BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEED is #7E4112. Grayscale: #B0B0B0. Windows color (decimal): -8274195 or 15580801. OLE color: 15580801.
HSL color Cylindrical-coordinate representation of color #81BEED: hue angle of 206.11º 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 #81BEED is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 190 | 237 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.07 |
| HSL | 206.11º | 0.75% | 0.72% | - |
| HSV(B) | 206.11º | 0.46% | 0.93% | - |
| XYZ | 42.75 | 47.61 | 87.06 | - |
| YUV | 177.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 237 | 0.46 | 0.20 | 0 | 0.07 | 206.11 | 0.75 | 0.72 |
| Hex | 81 | BE | ED | 2E | 14 | 0 | 7 | CE | 4B | 48 |
| Octal | 201 | 276 | 355 | 56 | 24 | 0 | 7 | 316 | 113 | 110 |
| Binary | 10000001 | 10111110 | 11101101 | 101110 | 10100 | 0 | 111 | 11001110 | 1001011 | 1001000 |
Color Harmonies of #81BEED
Complementary color
Monochromatic Colors of #81BEED
Black with #81BEED
Text Example
Text Example
White with #81BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEED; }
p { color: rgb(129,190,237); }
H1.HeaderClassName
{
color: #81BEED;
}
.AnyTagClassName
{
color: #81BEED;
}
</style>
background-color css
<style>
a { background-color: #81BEED; }
a { background-color: rgb(129,190,237); }
div.DivClassName
{
background-color: #81BEED;
}
.BgClassName
{
background-color: #81BEED;
}
</style>
border-color css
<style>
span { border-color: #81BEED; }
span { border-color: rgb(129,190,237); }
td.TdClassName
{
border-color: #81BEED;
}
.TagClassName
{
border-color: #81BEED;
}
</style>