Shades of Maya Blue #71C9F9
Tints of Maya Blue #71C9F9
RGB
CMYK
RGB Variations
Color information
#71C9F9 (or 0x71C9F9) is known color: Maya Blue. HEX triplet: 71, C9 and F9. RGB value is (113,201,249). Sum of RGB (Red+Green+Blue) = 113+201+249=563 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.07% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #71C9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C9F9 is #8E3606. Grayscale: #B3B3B3. Windows color (decimal): -9319943 or 16370033. OLE color: 16370033.
HSL color Cylindrical-coordinate representation of color #71C9F9: hue angle of 201.18º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71C9F9 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 201 | 249 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.02 |
| HSL | 201.18º | 0.92% | 0.71% | - |
| HSV(B) | 201.18º | 0.55% | 0.98% | - |
| XYZ | 44.8 | 52.12 | 97.32 | - |
| YUV | 180.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 201 | 249 | 0.55 | 0.19 | 0 | 0.02 | 201.18 | 0.92 | 0.71 |
| Hex | 71 | C9 | F9 | 37 | 13 | 0 | 2 | C9 | 5C | 47 |
| Octal | 161 | 311 | 371 | 67 | 23 | 0 | 2 | 311 | 134 | 107 |
| Binary | 1110001 | 11001001 | 11111001 | 110111 | 10011 | 0 | 10 | 11001001 | 1011100 | 1000111 |
Color Harmonies of #71C9F9
Complementary color
Monochromatic Colors of #71C9F9
Black with #71C9F9
Text Example
Text Example
White with #71C9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C9F9; }
p { color: rgb(113,201,249); }
H1.HeaderClassName
{
color: #71C9F9;
}
.AnyTagClassName
{
color: #71C9F9;
}
</style>
background-color css
<style>
a { background-color: #71C9F9; }
a { background-color: rgb(113,201,249); }
div.DivClassName
{
background-color: #71C9F9;
}
.BgClassName
{
background-color: #71C9F9;
}
</style>
border-color css
<style>
span { border-color: #71C9F9; }
span { border-color: rgb(113,201,249); }
td.TdClassName
{
border-color: #71C9F9;
}
.TagClassName
{
border-color: #71C9F9;
}
</style>