Shades of Maya Blue #71C9F1
Tints of Maya Blue #71C9F1
RGB
CMYK
RGB Variations
Color information
#71C9F1 (or 0x71C9F1) is known color: Maya Blue. HEX triplet: 71, C9 and F1. RGB value is (113,201,241). Sum of RGB (Red+Green+Blue) = 113+201+241=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #71C9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C9F1 is #8E360E. Grayscale: #B2B2B2. Windows color (decimal): -9319951 or 15845745. OLE color: 15845745.
HSL color Cylindrical-coordinate representation of color #71C9F1: hue angle of 198.75º 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 #71C9F1 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 201 | 241 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.05 |
| HSL | 198.75º | 0.82% | 0.69% | - |
| HSV(B) | 198.75º | 0.53% | 0.95% | - |
| XYZ | 43.57 | 51.63 | 90.89 | - |
| YUV | 179.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 241 | 0.53 | 0.17 | 0 | 0.05 | 198.75 | 0.82 | 0.69 |
| Hex | 71 | C9 | F1 | 35 | 11 | 0 | 5 | C7 | 52 | 45 |
| Octal | 161 | 311 | 361 | 65 | 21 | 0 | 5 | 307 | 122 | 105 |
| Binary | 1110001 | 11001001 | 11110001 | 110101 | 10001 | 0 | 101 | 11000111 | 1010010 | 1000101 |
Color Harmonies of #71C9F1
Complementary color
Monochromatic Colors of #71C9F1
Black with #71C9F1
Text Example
Text Example
White with #71C9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C9F1; }
p { color: rgb(113,201,241); }
H1.HeaderClassName
{
color: #71C9F1;
}
.AnyTagClassName
{
color: #71C9F1;
}
</style>
background-color css
<style>
a { background-color: #71C9F1; }
a { background-color: rgb(113,201,241); }
div.DivClassName
{
background-color: #71C9F1;
}
.BgClassName
{
background-color: #71C9F1;
}
</style>
border-color css
<style>
span { border-color: #71C9F1; }
span { border-color: rgb(113,201,241); }
td.TdClassName
{
border-color: #71C9F1;
}
.TagClassName
{
border-color: #71C9F1;
}
</style>