Shades of Maya Blue #81C2FA
Tints of Maya Blue #81C2FA
RGB
CMYK
RGB Variations
Color information
#81C2FA (or 0x81C2FA) is known color: Maya Blue. HEX triplet: 81, C2 and FA. RGB value is (129,194,250). Sum of RGB (Red+Green+Blue) = 129+194+250=573 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.51% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #81C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C2FA is #7E3D05. Grayscale: #B4B4B4. Windows color (decimal): -8273158 or 16433793. OLE color: 16433793.
HSL color Cylindrical-coordinate representation of color #81C2FA: hue angle of 207.77º 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 #81C2FA is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 194 | 250 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.02 |
| HSL | 207.77º | 0.92% | 0.74% | - |
| HSV(B) | 207.77º | 0.48% | 0.98% | - |
| XYZ | 45.6 | 50.15 | 97.72 | - |
| YUV | 180.95 | 166.97 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 250 | 0.48 | 0.22 | 0 | 0.02 | 207.77 | 0.92 | 0.74 |
| Hex | 81 | C2 | FA | 30 | 16 | 0 | 2 | D0 | 5C | 4A |
| Octal | 201 | 302 | 372 | 60 | 26 | 0 | 2 | 320 | 134 | 112 |
| Binary | 10000001 | 11000010 | 11111010 | 110000 | 10110 | 0 | 10 | 11010000 | 1011100 | 1001010 |
Color Harmonies of #81C2FA
Complementary color
Monochromatic Colors of #81C2FA
Black with #81C2FA
Text Example
Text Example
White with #81C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C2FA; }
p { color: rgb(129,194,250); }
H1.HeaderClassName
{
color: #81C2FA;
}
.AnyTagClassName
{
color: #81C2FA;
}
</style>
background-color css
<style>
a { background-color: #81C2FA; }
a { background-color: rgb(129,194,250); }
div.DivClassName
{
background-color: #81C2FA;
}
.BgClassName
{
background-color: #81C2FA;
}
</style>
border-color css
<style>
span { border-color: #81C2FA; }
span { border-color: rgb(129,194,250); }
td.TdClassName
{
border-color: #81C2FA;
}
.TagClassName
{
border-color: #81C2FA;
}
</style>