Shades of Maya Blue #81BCFE
Tints of Maya Blue #81BCFE
RGB
CMYK
RGB Variations
Color information
#81BCFE (or 0x81BCFE) is known color: Maya Blue. HEX triplet: 81, BC and FE. RGB value is (129,188,254). Sum of RGB (Red+Green+Blue) = 129+188+254=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #81BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCFE is #7E4301. Grayscale: #B1B1B1. Windows color (decimal): -8274690 or 16694401. OLE color: 16694401.
HSL color Cylindrical-coordinate representation of color #81BCFE: hue angle of 211.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BCFE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 188 | 254 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.00 |
| HSL | 211.68º | 0.98% | 0.75% | - |
| HSV(B) | 211.68º | 0.49% | 1% | - |
| XYZ | 44.93 | 47.79 | 100.62 | - |
| YUV | 177.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 254 | 0.49 | 0.26 | 0 | 0.00 | 211.68 | 0.98 | 0.75 |
| Hex | 81 | BC | FE | 31 | 1A | 0 | 0 | D4 | 62 | 4B |
| Octal | 201 | 274 | 376 | 61 | 32 | 0 | 0 | 324 | 142 | 113 |
| Binary | 10000001 | 10111100 | 11111110 | 110001 | 11010 | 0 | 0 | 11010100 | 1100010 | 1001011 |
Color Harmonies of #81BCFE
Complementary color
Monochromatic Colors of #81BCFE
Black with #81BCFE
Text Example
Text Example
White with #81BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCFE; }
p { color: rgb(129,188,254); }
H1.HeaderClassName
{
color: #81BCFE;
}
.AnyTagClassName
{
color: #81BCFE;
}
</style>
background-color css
<style>
a { background-color: #81BCFE; }
a { background-color: rgb(129,188,254); }
div.DivClassName
{
background-color: #81BCFE;
}
.BgClassName
{
background-color: #81BCFE;
}
</style>
border-color css
<style>
span { border-color: #81BCFE; }
span { border-color: rgb(129,188,254); }
td.TdClassName
{
border-color: #81BCFE;
}
.TagClassName
{
border-color: #81BCFE;
}
</style>