Shades of Maya Blue #71BEF1
Tints of Maya Blue #71BEF1
RGB
CMYK
RGB Variations
Color information
#71BEF1 (or 0x71BEF1) is known color: Maya Blue. HEX triplet: 71, BE and F1. RGB value is (113,190,241). Sum of RGB (Red+Green+Blue) = 113+190+241=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #71BEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BEF1 is #8E410E. Grayscale: #ACACAC. Windows color (decimal): -9322767 or 15842929. OLE color: 15842929.
HSL color Cylindrical-coordinate representation of color #71BEF1: hue angle of 203.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71BEF1 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 190 | 241 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.05 |
| HSL | 203.91º | 0.82% | 0.69% | - |
| HSV(B) | 203.91º | 0.53% | 0.95% | - |
| XYZ | 41.1 | 46.69 | 90.06 | - |
| YUV | 172.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 241 | 0.53 | 0.21 | 0 | 0.05 | 203.91 | 0.82 | 0.69 |
| Hex | 71 | BE | F1 | 35 | 15 | 0 | 5 | CC | 52 | 45 |
| Octal | 161 | 276 | 361 | 65 | 25 | 0 | 5 | 314 | 122 | 105 |
| Binary | 1110001 | 10111110 | 11110001 | 110101 | 10101 | 0 | 101 | 11001100 | 1010010 | 1000101 |
Color Harmonies of #71BEF1
Complementary color
Monochromatic Colors of #71BEF1
Black with #71BEF1
Text Example
Text Example
White with #71BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BEF1; }
p { color: rgb(113,190,241); }
H1.HeaderClassName
{
color: #71BEF1;
}
.AnyTagClassName
{
color: #71BEF1;
}
</style>
background-color css
<style>
a { background-color: #71BEF1; }
a { background-color: rgb(113,190,241); }
div.DivClassName
{
background-color: #71BEF1;
}
.BgClassName
{
background-color: #71BEF1;
}
</style>
border-color css
<style>
span { border-color: #71BEF1; }
span { border-color: rgb(113,190,241); }
td.TdClassName
{
border-color: #71BEF1;
}
.TagClassName
{
border-color: #71BEF1;
}
</style>