Shades of Maya Blue #71AEF7
Tints of Maya Blue #71AEF7
RGB
CMYK
RGB Variations
Color information
#71AEF7 (or 0x71AEF7) is known color: Maya Blue. HEX triplet: 71, AE and F7. RGB value is (113,174,247). Sum of RGB (Red+Green+Blue) = 113+174+247=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #71AEF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AEF7 is #8E5108. Grayscale: #A3A3A3. Windows color (decimal): -9326857 or 16232049. OLE color: 16232049.
HSL color Cylindrical-coordinate representation of color #71AEF7: hue angle of 212.69º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71AEF7 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 174 | 247 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.03 |
| HSL | 212.69º | 0.89% | 0.71% | - |
| HSV(B) | 212.69º | 0.54% | 0.97% | - |
| XYZ | 38.73 | 40.5 | 93.77 | - |
| YUV | 164.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 174 | 247 | 0.54 | 0.30 | 0 | 0.03 | 212.69 | 0.89 | 0.71 |
| Hex | 71 | AE | F7 | 36 | 1E | 0 | 3 | D5 | 59 | 47 |
| Octal | 161 | 256 | 367 | 66 | 36 | 0 | 3 | 325 | 131 | 107 |
| Binary | 1110001 | 10101110 | 11110111 | 110110 | 11110 | 0 | 11 | 11010101 | 1011001 | 1000111 |
Color Harmonies of #71AEF7
Complementary color
Monochromatic Colors of #71AEF7
Black with #71AEF7
Text Example
Text Example
White with #71AEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AEF7; }
p { color: rgb(113,174,247); }
H1.HeaderClassName
{
color: #71AEF7;
}
.AnyTagClassName
{
color: #71AEF7;
}
</style>
background-color css
<style>
a { background-color: #71AEF7; }
a { background-color: rgb(113,174,247); }
div.DivClassName
{
background-color: #71AEF7;
}
.BgClassName
{
background-color: #71AEF7;
}
</style>
border-color css
<style>
span { border-color: #71AEF7; }
span { border-color: rgb(113,174,247); }
td.TdClassName
{
border-color: #71AEF7;
}
.TagClassName
{
border-color: #71AEF7;
}
</style>