Shades of Maya Blue #81BCEC
Tints of Maya Blue #81BCEC
RGB
CMYK
RGB Variations
Color information
#81BCEC (or 0x81BCEC) is known color: Maya Blue. HEX triplet: 81, BC and EC. RGB value is (129,188,236). Sum of RGB (Red+Green+Blue) = 129+188+236=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #81BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCEC is #7E4313. Grayscale: #AFAFAF. Windows color (decimal): -8274708 or 15514753. OLE color: 15514753.
HSL color Cylindrical-coordinate representation of color #81BCEC: hue angle of 206.92º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81BCEC is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 188 | 236 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.07 |
| HSL | 206.92º | 0.74% | 0.72% | - |
| HSV(B) | 206.92º | 0.45% | 0.93% | - |
| XYZ | 42.18 | 46.69 | 86.15 | - |
| YUV | 175.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 236 | 0.45 | 0.20 | 0 | 0.07 | 206.92 | 0.74 | 0.72 |
| Hex | 81 | BC | EC | 2D | 14 | 0 | 7 | CF | 4A | 48 |
| Octal | 201 | 274 | 354 | 55 | 24 | 0 | 7 | 317 | 112 | 110 |
| Binary | 10000001 | 10111100 | 11101100 | 101101 | 10100 | 0 | 111 | 11001111 | 1001010 | 1001000 |
Color Harmonies of #81BCEC
Complementary color
Monochromatic Colors of #81BCEC
Black with #81BCEC
Text Example
Text Example
White with #81BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCEC; }
p { color: rgb(129,188,236); }
H1.HeaderClassName
{
color: #81BCEC;
}
.AnyTagClassName
{
color: #81BCEC;
}
</style>
background-color css
<style>
a { background-color: #81BCEC; }
a { background-color: rgb(129,188,236); }
div.DivClassName
{
background-color: #81BCEC;
}
.BgClassName
{
background-color: #81BCEC;
}
</style>
border-color css
<style>
span { border-color: #81BCEC; }
span { border-color: rgb(129,188,236); }
td.TdClassName
{
border-color: #81BCEC;
}
.TagClassName
{
border-color: #81BCEC;
}
</style>