Shades of Maya Blue #81C0FF
Tints of Maya Blue #81C0FF
RGB
CMYK
RGB Variations
Color information
#81C0FF (or 0x81C0FF) is known color: Maya Blue. HEX triplet: 81, C0 and FF. RGB value is (129,192,255). Sum of RGB (Red+Green+Blue) = 129+192+255=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #81C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0FF is #7E3F00. Grayscale: #B4B4B4. Windows color (decimal): -8273665 or 16760961. OLE color: 16760961.
HSL color Cylindrical-coordinate representation of color #81C0FF: hue angle of 210º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81C0FF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 192 | 255 | - |
| CMYK | 0.49 | 0.25 | 0 | 0 |
| HSL | 210º | 1% | 0.75% | - |
| HSV(B) | 210º | 0.49% | 1% | - |
| XYZ | 45.95 | 49.59 | 101.76 | - |
| YUV | 180.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 255 | 0.49 | 0.25 | 0 | 0 | 210 | 1 | 0.75 |
| Hex | 81 | C0 | FF | 31 | 19 | 0 | 0 | D2 | 64 | 4B |
| Octal | 201 | 300 | 377 | 61 | 31 | 0 | 0 | 322 | 144 | 113 |
| Binary | 10000001 | 11000000 | 11111111 | 110001 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001011 |
Color Harmonies of #81C0FF
Complementary color
Monochromatic Colors of #81C0FF
Black with #81C0FF
Text Example
Text Example
White with #81C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C0FF; }
p { color: rgb(129,192,255); }
H1.HeaderClassName
{
color: #81C0FF;
}
.AnyTagClassName
{
color: #81C0FF;
}
</style>
background-color css
<style>
a { background-color: #81C0FF; }
a { background-color: rgb(129,192,255); }
div.DivClassName
{
background-color: #81C0FF;
}
.BgClassName
{
background-color: #81C0FF;
}
</style>
border-color css
<style>
span { border-color: #81C0FF; }
span { border-color: rgb(129,192,255); }
td.TdClassName
{
border-color: #81C0FF;
}
.TagClassName
{
border-color: #81C0FF;
}
</style>