Shades of Maya Blue #81C0FC
Tints of Maya Blue #81C0FC
RGB
CMYK
RGB Variations
Color information
#81C0FC (or 0x81C0FC) is known color: Maya Blue. HEX triplet: 81, C0 and FC. RGB value is (129,192,252). Sum of RGB (Red+Green+Blue) = 129+192+252=573 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.51% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #81C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0FC is #7E3F03. Grayscale: #B3B3B3. Windows color (decimal): -8273668 or 16564353. OLE color: 16564353.
HSL color Cylindrical-coordinate representation of color #81C0FC: hue angle of 209.27º 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 #81C0FC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 192 | 252 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.01 |
| HSL | 209.27º | 0.95% | 0.75% | - |
| HSV(B) | 209.27º | 0.49% | 0.99% | - |
| XYZ | 45.47 | 49.39 | 99.23 | - |
| YUV | 180 | 168.63 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 252 | 0.49 | 0.24 | 0 | 0.01 | 209.27 | 0.95 | 0.75 |
| Hex | 81 | C0 | FC | 31 | 18 | 0 | 1 | D1 | 5F | 4B |
| Octal | 201 | 300 | 374 | 61 | 30 | 0 | 1 | 321 | 137 | 113 |
| Binary | 10000001 | 11000000 | 11111100 | 110001 | 11000 | 0 | 1 | 11010001 | 1011111 | 1001011 |
Color Harmonies of #81C0FC
Complementary color
Monochromatic Colors of #81C0FC
Black with #81C0FC
Text Example
Text Example
White with #81C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0FC; }
p { color: rgb(129,192,252); }
H1.HeaderClassName
{
color: #81C0FC;
}
.AnyTagClassName
{
color: #81C0FC;
}
</style>
background-color css
<style>
a { background-color: #81C0FC; }
a { background-color: rgb(129,192,252); }
div.DivClassName
{
background-color: #81C0FC;
}
.BgClassName
{
background-color: #81C0FC;
}
</style>
border-color css
<style>
span { border-color: #81C0FC; }
span { border-color: rgb(129,192,252); }
td.TdClassName
{
border-color: #81C0FC;
}
.TagClassName
{
border-color: #81C0FC;
}
</style>