Shades of Maya Blue #81C0FB
Tints of Maya Blue #81C0FB
RGB
CMYK
RGB Variations
Color information
#81C0FB (or 0x81C0FB) is known color: Maya Blue. HEX triplet: 81, C0 and FB. RGB value is (129,192,251). Sum of RGB (Red+Green+Blue) = 129+192+251=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #81C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0FB is #7E3F04. Grayscale: #B3B3B3. Windows color (decimal): -8273669 or 16498817. OLE color: 16498817.
HSL color Cylindrical-coordinate representation of color #81C0FB: hue angle of 209.02º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81C0FB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 192 | 251 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.02 |
| HSL | 209.02º | 0.94% | 0.75% | - |
| HSV(B) | 209.02º | 0.49% | 0.98% | - |
| XYZ | 45.32 | 49.33 | 98.4 | - |
| YUV | 179.89 | 168.13 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 251 | 0.49 | 0.24 | 0 | 0.02 | 209.02 | 0.94 | 0.75 |
| Hex | 81 | C0 | FB | 31 | 18 | 0 | 2 | D1 | 5E | 4B |
| Octal | 201 | 300 | 373 | 61 | 30 | 0 | 2 | 321 | 136 | 113 |
| Binary | 10000001 | 11000000 | 11111011 | 110001 | 11000 | 0 | 10 | 11010001 | 1011110 | 1001011 |
Color Harmonies of #81C0FB
Complementary color
Monochromatic Colors of #81C0FB
Black with #81C0FB
Text Example
Text Example
White with #81C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0FB; }
p { color: rgb(129,192,251); }
H1.HeaderClassName
{
color: #81C0FB;
}
.AnyTagClassName
{
color: #81C0FB;
}
</style>
background-color css
<style>
a { background-color: #81C0FB; }
a { background-color: rgb(129,192,251); }
div.DivClassName
{
background-color: #81C0FB;
}
.BgClassName
{
background-color: #81C0FB;
}
</style>
border-color css
<style>
span { border-color: #81C0FB; }
span { border-color: rgb(129,192,251); }
td.TdClassName
{
border-color: #81C0FB;
}
.TagClassName
{
border-color: #81C0FB;
}
</style>