Shades of Maya Blue #81BBFC
Tints of Maya Blue #81BBFC
RGB
CMYK
RGB Variations
Color information
#81BBFC (or 0x81BBFC) is known color: Maya Blue. HEX triplet: 81, BB and FC. RGB value is (129,187,252). Sum of RGB (Red+Green+Blue) = 129+187+252=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #81BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBFC is #7E4403. Grayscale: #B0B0B0. Windows color (decimal): -8274948 or 16563073. OLE color: 16563073.
HSL color Cylindrical-coordinate representation of color #81BBFC: hue angle of 211.71º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BBFC is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 187 | 252 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.01 |
| HSL | 211.71º | 0.95% | 0.75% | - |
| HSV(B) | 211.71º | 0.49% | 0.99% | - |
| XYZ | 44.39 | 47.24 | 98.87 | - |
| YUV | 177.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 252 | 0.49 | 0.26 | 0 | 0.01 | 211.71 | 0.95 | 0.75 |
| Hex | 81 | BB | FC | 31 | 1A | 0 | 1 | D4 | 5F | 4B |
| Octal | 201 | 273 | 374 | 61 | 32 | 0 | 1 | 324 | 137 | 113 |
| Binary | 10000001 | 10111011 | 11111100 | 110001 | 11010 | 0 | 1 | 11010100 | 1011111 | 1001011 |
Color Harmonies of #81BBFC
Complementary color
Monochromatic Colors of #81BBFC
Black with #81BBFC
Text Example
Text Example
White with #81BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BBFC; }
p { color: rgb(129,187,252); }
H1.HeaderClassName
{
color: #81BBFC;
}
.AnyTagClassName
{
color: #81BBFC;
}
</style>
background-color css
<style>
a { background-color: #81BBFC; }
a { background-color: rgb(129,187,252); }
div.DivClassName
{
background-color: #81BBFC;
}
.BgClassName
{
background-color: #81BBFC;
}
</style>
border-color css
<style>
span { border-color: #81BBFC; }
span { border-color: rgb(129,187,252); }
td.TdClassName
{
border-color: #81BBFC;
}
.TagClassName
{
border-color: #81BBFC;
}
</style>