Shades of Maya Blue #71BFFA
Tints of Maya Blue #71BFFA
RGB
CMYK
RGB Variations
Color information
#71BFFA (or 0x71BFFA) is known color: Maya Blue. HEX triplet: 71, BF and FA. RGB value is (113,191,250). Sum of RGB (Red+Green+Blue) = 113+191+250=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #71BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BFFA is #8E4005. Grayscale: #AEAEAE. Windows color (decimal): -9322502 or 16433009. OLE color: 16433009.
HSL color Cylindrical-coordinate representation of color #71BFFA: hue angle of 205.84º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71BFFA is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 191 | 250 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.02 |
| HSL | 205.84º | 0.93% | 0.71% | - |
| HSV(B) | 205.84º | 0.55% | 0.98% | - |
| XYZ | 42.7 | 47.67 | 97.39 | - |
| YUV | 174.4 | 170.66 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 250 | 0.55 | 0.24 | 0 | 0.02 | 205.84 | 0.93 | 0.71 |
| Hex | 71 | BF | FA | 37 | 18 | 0 | 2 | CE | 5D | 47 |
| Octal | 161 | 277 | 372 | 67 | 30 | 0 | 2 | 316 | 135 | 107 |
| Binary | 1110001 | 10111111 | 11111010 | 110111 | 11000 | 0 | 10 | 11001110 | 1011101 | 1000111 |
Color Harmonies of #71BFFA
Complementary color
Monochromatic Colors of #71BFFA
Black with #71BFFA
Text Example
Text Example
White with #71BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFFA; }
p { color: rgb(113,191,250); }
H1.HeaderClassName
{
color: #71BFFA;
}
.AnyTagClassName
{
color: #71BFFA;
}
</style>
background-color css
<style>
a { background-color: #71BFFA; }
a { background-color: rgb(113,191,250); }
div.DivClassName
{
background-color: #71BFFA;
}
.BgClassName
{
background-color: #71BFFA;
}
</style>
border-color css
<style>
span { border-color: #71BFFA; }
span { border-color: rgb(113,191,250); }
td.TdClassName
{
border-color: #71BFFA;
}
.TagClassName
{
border-color: #71BFFA;
}
</style>