Shades of Maya Blue #81C0FA
Tints of Maya Blue #81C0FA
RGB
CMYK
RGB Variations
Color information
#81C0FA (or 0x81C0FA) is known color: Maya Blue. HEX triplet: 81, C0 and FA. RGB value is (129,192,250). Sum of RGB (Red+Green+Blue) = 129+192+250=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #81C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0FA is #7E3F05. Grayscale: #B3B3B3. Windows color (decimal): -8273670 or 16433281. OLE color: 16433281.
HSL color Cylindrical-coordinate representation of color #81C0FA: hue angle of 208.76º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C0FA is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 192 | 250 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.02 |
| HSL | 208.76º | 0.92% | 0.74% | - |
| HSV(B) | 208.76º | 0.48% | 0.98% | - |
| XYZ | 45.16 | 49.27 | 97.57 | - |
| YUV | 179.78 | 167.63 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 250 | 0.48 | 0.23 | 0 | 0.02 | 208.76 | 0.92 | 0.74 |
| Hex | 81 | C0 | FA | 30 | 17 | 0 | 2 | D1 | 5C | 4A |
| Octal | 201 | 300 | 372 | 60 | 27 | 0 | 2 | 321 | 134 | 112 |
| Binary | 10000001 | 11000000 | 11111010 | 110000 | 10111 | 0 | 10 | 11010001 | 1011100 | 1001010 |
Color Harmonies of #81C0FA
Complementary color
Monochromatic Colors of #81C0FA
Black with #81C0FA
Text Example
Text Example
White with #81C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0FA; }
p { color: rgb(129,192,250); }
H1.HeaderClassName
{
color: #81C0FA;
}
.AnyTagClassName
{
color: #81C0FA;
}
</style>
background-color css
<style>
a { background-color: #81C0FA; }
a { background-color: rgb(129,192,250); }
div.DivClassName
{
background-color: #81C0FA;
}
.BgClassName
{
background-color: #81C0FA;
}
</style>
border-color css
<style>
span { border-color: #81C0FA; }
span { border-color: rgb(129,192,250); }
td.TdClassName
{
border-color: #81C0FA;
}
.TagClassName
{
border-color: #81C0FA;
}
</style>