Shades of Maya Blue #71BCF1
Tints of Maya Blue #71BCF1
RGB
CMYK
RGB Variations
Color information
#71BCF1 (or 0x71BCF1) is known color: Maya Blue. HEX triplet: 71, BC and F1. RGB value is (113,188,241). Sum of RGB (Red+Green+Blue) = 113+188+241=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #71BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BCF1 is #8E430E. Grayscale: #ABABAB. Windows color (decimal): -9323279 or 15842417. OLE color: 15842417.
HSL color Cylindrical-coordinate representation of color #71BCF1: hue angle of 204.84º 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 #71BCF1 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 188 | 241 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.05 |
| HSL | 204.84º | 0.82% | 0.69% | - |
| HSV(B) | 204.84º | 0.53% | 0.95% | - |
| XYZ | 40.67 | 45.83 | 89.92 | - |
| YUV | 171.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 241 | 0.53 | 0.22 | 0 | 0.05 | 204.84 | 0.82 | 0.69 |
| Hex | 71 | BC | F1 | 35 | 16 | 0 | 5 | CD | 52 | 45 |
| Octal | 161 | 274 | 361 | 65 | 26 | 0 | 5 | 315 | 122 | 105 |
| Binary | 1110001 | 10111100 | 11110001 | 110101 | 10110 | 0 | 101 | 11001101 | 1010010 | 1000101 |
Color Harmonies of #71BCF1
Complementary color
Monochromatic Colors of #71BCF1
Black with #71BCF1
Text Example
Text Example
White with #71BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCF1; }
p { color: rgb(113,188,241); }
H1.HeaderClassName
{
color: #71BCF1;
}
.AnyTagClassName
{
color: #71BCF1;
}
</style>
background-color css
<style>
a { background-color: #71BCF1; }
a { background-color: rgb(113,188,241); }
div.DivClassName
{
background-color: #71BCF1;
}
.BgClassName
{
background-color: #71BCF1;
}
</style>
border-color css
<style>
span { border-color: #71BCF1; }
span { border-color: rgb(113,188,241); }
td.TdClassName
{
border-color: #71BCF1;
}
.TagClassName
{
border-color: #71BCF1;
}
</style>