Shades of Maya Blue #71C9ED
Tints of Maya Blue #71C9ED
RGB
CMYK
RGB Variations
Color information
#71C9ED (or 0x71C9ED) is known color: Maya Blue. HEX triplet: 71, C9 and ED. RGB value is (113,201,237). Sum of RGB (Red+Green+Blue) = 113+201+237=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #71C9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C9ED is #8E3612. Grayscale: #B2B2B2. Windows color (decimal): -9319955 or 15583601. OLE color: 15583601.
HSL color Cylindrical-coordinate representation of color #71C9ED: hue angle of 197.42º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71C9ED is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 201 | 237 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.07 |
| HSL | 197.42º | 0.78% | 0.69% | - |
| HSV(B) | 197.42º | 0.52% | 0.93% | - |
| XYZ | 42.98 | 51.4 | 87.78 | - |
| YUV | 178.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 237 | 0.52 | 0.15 | 0 | 0.07 | 197.42 | 0.78 | 0.69 |
| Hex | 71 | C9 | ED | 34 | F | 0 | 7 | C5 | 4E | 45 |
| Octal | 161 | 311 | 355 | 64 | 17 | 0 | 7 | 305 | 116 | 105 |
| Binary | 1110001 | 11001001 | 11101101 | 110100 | 1111 | 0 | 111 | 11000101 | 1001110 | 1000101 |
Color Harmonies of #71C9ED
Complementary color
Monochromatic Colors of #71C9ED
Black with #71C9ED
Text Example
Text Example
White with #71C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C9ED; }
p { color: rgb(113,201,237); }
H1.HeaderClassName
{
color: #71C9ED;
}
.AnyTagClassName
{
color: #71C9ED;
}
</style>
background-color css
<style>
a { background-color: #71C9ED; }
a { background-color: rgb(113,201,237); }
div.DivClassName
{
background-color: #71C9ED;
}
.BgClassName
{
background-color: #71C9ED;
}
</style>
border-color css
<style>
span { border-color: #71C9ED; }
span { border-color: rgb(113,201,237); }
td.TdClassName
{
border-color: #71C9ED;
}
.TagClassName
{
border-color: #71C9ED;
}
</style>