Shades of Maya Blue #71B7EE
Tints of Maya Blue #71B7EE
RGB
CMYK
RGB Variations
Color information
#71B7EE (or 0x71B7EE) is known color: Maya Blue. HEX triplet: 71, B7 and EE. RGB value is (113,183,238). Sum of RGB (Red+Green+Blue) = 113+183+238=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #71B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B7EE is #8E4811. Grayscale: #A8A8A8. Windows color (decimal): -9324562 or 15644529. OLE color: 15644529.
HSL color Cylindrical-coordinate representation of color #71B7EE: hue angle of 206.4º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71B7EE is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 183 | 238 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.07 |
| HSL | 206.4º | 0.79% | 0.69% | - |
| HSV(B) | 206.4º | 0.53% | 0.93% | - |
| XYZ | 39.18 | 43.55 | 87.23 | - |
| YUV | 168.34 | 167.31 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 238 | 0.53 | 0.23 | 0 | 0.07 | 206.4 | 0.79 | 0.69 |
| Hex | 71 | B7 | EE | 35 | 17 | 0 | 7 | CE | 4F | 45 |
| Octal | 161 | 267 | 356 | 65 | 27 | 0 | 7 | 316 | 117 | 105 |
| Binary | 1110001 | 10110111 | 11101110 | 110101 | 10111 | 0 | 111 | 11001110 | 1001111 | 1000101 |
Color Harmonies of #71B7EE
Complementary color
Monochromatic Colors of #71B7EE
Black with #71B7EE
Text Example
Text Example
White with #71B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B7EE; }
p { color: rgb(113,183,238); }
H1.HeaderClassName
{
color: #71B7EE;
}
.AnyTagClassName
{
color: #71B7EE;
}
</style>
background-color css
<style>
a { background-color: #71B7EE; }
a { background-color: rgb(113,183,238); }
div.DivClassName
{
background-color: #71B7EE;
}
.BgClassName
{
background-color: #71B7EE;
}
</style>
border-color css
<style>
span { border-color: #71B7EE; }
span { border-color: rgb(113,183,238); }
td.TdClassName
{
border-color: #71B7EE;
}
.TagClassName
{
border-color: #71B7EE;
}
</style>