Shades of Maya Blue #81C2FC
Tints of Maya Blue #81C2FC
RGB
CMYK
RGB Variations
Color information
#81C2FC (or 0x81C2FC) is known color: Maya Blue. HEX triplet: 81, C2 and FC. RGB value is (129,194,252). Sum of RGB (Red+Green+Blue) = 129+194+252=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #81C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C2FC is #7E3D03. Grayscale: #B4B4B4. Windows color (decimal): -8273156 or 16564865. OLE color: 16564865.
HSL color Cylindrical-coordinate representation of color #81C2FC: hue angle of 208.29º 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 #81C2FC is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 194 | 252 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.01 |
| HSL | 208.29º | 0.95% | 0.75% | - |
| HSV(B) | 208.29º | 0.49% | 0.99% | - |
| XYZ | 45.92 | 50.28 | 99.38 | - |
| YUV | 181.18 | 167.97 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 252 | 0.49 | 0.23 | 0 | 0.01 | 208.29 | 0.95 | 0.75 |
| Hex | 81 | C2 | FC | 31 | 17 | 0 | 1 | D0 | 5F | 4B |
| Octal | 201 | 302 | 374 | 61 | 27 | 0 | 1 | 320 | 137 | 113 |
| Binary | 10000001 | 11000010 | 11111100 | 110001 | 10111 | 0 | 1 | 11010000 | 1011111 | 1001011 |
Color Harmonies of #81C2FC
Complementary color
Monochromatic Colors of #81C2FC
Black with #81C2FC
Text Example
Text Example
White with #81C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C2FC; }
p { color: rgb(129,194,252); }
H1.HeaderClassName
{
color: #81C2FC;
}
.AnyTagClassName
{
color: #81C2FC;
}
</style>
background-color css
<style>
a { background-color: #81C2FC; }
a { background-color: rgb(129,194,252); }
div.DivClassName
{
background-color: #81C2FC;
}
.BgClassName
{
background-color: #81C2FC;
}
</style>
border-color css
<style>
span { border-color: #81C2FC; }
span { border-color: rgb(129,194,252); }
td.TdClassName
{
border-color: #81C2FC;
}
.TagClassName
{
border-color: #81C2FC;
}
</style>