Shades of Maya Blue #71C9EE
Tints of Maya Blue #71C9EE
RGB
CMYK
RGB Variations
Color information
#71C9EE (or 0x71C9EE) is known color: Maya Blue. HEX triplet: 71, C9 and EE. RGB value is (113,201,238). Sum of RGB (Red+Green+Blue) = 113+201+238=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #71C9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C9EE is #8E3611. Grayscale: #B2B2B2. Windows color (decimal): -9319954 or 15649137. OLE color: 15649137.
HSL color Cylindrical-coordinate representation of color #71C9EE: hue angle of 197.76º 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 #71C9EE is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 201 | 238 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.07 |
| HSL | 197.76º | 0.79% | 0.69% | - |
| HSV(B) | 197.76º | 0.53% | 0.93% | - |
| XYZ | 43.13 | 51.46 | 88.55 | - |
| YUV | 178.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 238 | 0.53 | 0.16 | 0 | 0.07 | 197.76 | 0.79 | 0.69 |
| Hex | 71 | C9 | EE | 35 | 10 | 0 | 7 | C6 | 4F | 45 |
| Octal | 161 | 311 | 356 | 65 | 20 | 0 | 7 | 306 | 117 | 105 |
| Binary | 1110001 | 11001001 | 11101110 | 110101 | 10000 | 0 | 111 | 11000110 | 1001111 | 1000101 |
Color Harmonies of #71C9EE
Complementary color
Monochromatic Colors of #71C9EE
Black with #71C9EE
Text Example
Text Example
White with #71C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C9EE; }
p { color: rgb(113,201,238); }
H1.HeaderClassName
{
color: #71C9EE;
}
.AnyTagClassName
{
color: #71C9EE;
}
</style>
background-color css
<style>
a { background-color: #71C9EE; }
a { background-color: rgb(113,201,238); }
div.DivClassName
{
background-color: #71C9EE;
}
.BgClassName
{
background-color: #71C9EE;
}
</style>
border-color css
<style>
span { border-color: #71C9EE; }
span { border-color: rgb(113,201,238); }
td.TdClassName
{
border-color: #71C9EE;
}
.TagClassName
{
border-color: #71C9EE;
}
</style>