Shades of Maya Blue #81B9FE
Tints of Maya Blue #81B9FE
RGB
CMYK
RGB Variations
Color information
#81B9FE (or 0x81B9FE) is known color: Maya Blue. HEX triplet: 81, B9 and FE. RGB value is (129,185,254). Sum of RGB (Red+Green+Blue) = 129+185+254=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #81B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B9FE is #7E4601. Grayscale: #AFAFAF. Windows color (decimal): -8275458 or 16693633. OLE color: 16693633.
HSL color Cylindrical-coordinate representation of color #81B9FE: hue angle of 213.12º 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 #81B9FE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 185 | 254 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.00 |
| HSL | 213.12º | 0.98% | 0.75% | - |
| HSV(B) | 213.12º | 0.49% | 1% | - |
| XYZ | 44.29 | 46.52 | 100.41 | - |
| YUV | 176.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 254 | 0.49 | 0.27 | 0 | 0.00 | 213.12 | 0.98 | 0.75 |
| Hex | 81 | B9 | FE | 31 | 1B | 0 | 0 | D5 | 62 | 4B |
| Octal | 201 | 271 | 376 | 61 | 33 | 0 | 0 | 325 | 142 | 113 |
| Binary | 10000001 | 10111001 | 11111110 | 110001 | 11011 | 0 | 0 | 11010101 | 1100010 | 1001011 |
Color Harmonies of #81B9FE
Complementary color
Monochromatic Colors of #81B9FE
Black with #81B9FE
Text Example
Text Example
White with #81B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B9FE; }
p { color: rgb(129,185,254); }
H1.HeaderClassName
{
color: #81B9FE;
}
.AnyTagClassName
{
color: #81B9FE;
}
</style>
background-color css
<style>
a { background-color: #81B9FE; }
a { background-color: rgb(129,185,254); }
div.DivClassName
{
background-color: #81B9FE;
}
.BgClassName
{
background-color: #81B9FE;
}
</style>
border-color css
<style>
span { border-color: #81B9FE; }
span { border-color: rgb(129,185,254); }
td.TdClassName
{
border-color: #81B9FE;
}
.TagClassName
{
border-color: #81B9FE;
}
</style>