Shades of Maya Blue #81BFFF
Tints of Maya Blue #81BFFF
RGB
CMYK
RGB Variations
Color information
#81BFFF (or 0x81BFFF) is known color: Maya Blue. HEX triplet: 81, BF and FF. RGB value is (129,191,255). Sum of RGB (Red+Green+Blue) = 129+191+255=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #81BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFFF is #7E4000. Grayscale: #B3B3B3. Windows color (decimal): -8273921 or 16760705. OLE color: 16760705.
HSL color Cylindrical-coordinate representation of color #81BFFF: hue angle of 210.48º 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 #81BFFF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 191 | 255 | - |
| CMYK | 0.49 | 0.25 | 0 | 0 |
| HSL | 210.48º | 1% | 0.75% | - |
| HSV(B) | 210.48º | 0.49% | 1% | - |
| XYZ | 45.73 | 49.15 | 101.68 | - |
| YUV | 179.76 | 170.46 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 255 | 0.49 | 0.25 | 0 | 0 | 210.48 | 1 | 0.75 |
| Hex | 81 | BF | FF | 31 | 19 | 0 | 0 | D2 | 64 | 4B |
| Octal | 201 | 277 | 377 | 61 | 31 | 0 | 0 | 322 | 144 | 113 |
| Binary | 10000001 | 10111111 | 11111111 | 110001 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001011 |
Color Harmonies of #81BFFF
Complementary color
Monochromatic Colors of #81BFFF
Black with #81BFFF
Text Example
Text Example
White with #81BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BFFF; }
p { color: rgb(129,191,255); }
H1.HeaderClassName
{
color: #81BFFF;
}
.AnyTagClassName
{
color: #81BFFF;
}
</style>
background-color css
<style>
a { background-color: #81BFFF; }
a { background-color: rgb(129,191,255); }
div.DivClassName
{
background-color: #81BFFF;
}
.BgClassName
{
background-color: #81BFFF;
}
</style>
border-color css
<style>
span { border-color: #81BFFF; }
span { border-color: rgb(129,191,255); }
td.TdClassName
{
border-color: #81BFFF;
}
.TagClassName
{
border-color: #81BFFF;
}
</style>