Shades of Maya Blue #71C1F9
Tints of Maya Blue #71C1F9
RGB
CMYK
RGB Variations
Color information
#71C1F9 (or 0x71C1F9) is known color: Maya Blue. HEX triplet: 71, C1 and F9. RGB value is (113,193,249). Sum of RGB (Red+Green+Blue) = 113+193+249=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #71C1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C1F9 is #8E3E06. Grayscale: #AFAFAF. Windows color (decimal): -9321991 or 16367985. OLE color: 16367985.
HSL color Cylindrical-coordinate representation of color #71C1F9: hue angle of 204.71º 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 #71C1F9 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 193 | 249 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.02 |
| HSL | 204.71º | 0.92% | 0.71% | - |
| HSV(B) | 204.71º | 0.55% | 0.98% | - |
| XYZ | 42.98 | 48.49 | 96.72 | - |
| YUV | 175.46 | 169.5 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 249 | 0.55 | 0.22 | 0 | 0.02 | 204.71 | 0.92 | 0.71 |
| Hex | 71 | C1 | F9 | 37 | 16 | 0 | 2 | CD | 5C | 47 |
| Octal | 161 | 301 | 371 | 67 | 26 | 0 | 2 | 315 | 134 | 107 |
| Binary | 1110001 | 11000001 | 11111001 | 110111 | 10110 | 0 | 10 | 11001101 | 1011100 | 1000111 |
Color Harmonies of #71C1F9
Complementary color
Monochromatic Colors of #71C1F9
Black with #71C1F9
Text Example
Text Example
White with #71C1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C1F9; }
p { color: rgb(113,193,249); }
H1.HeaderClassName
{
color: #71C1F9;
}
.AnyTagClassName
{
color: #71C1F9;
}
</style>
background-color css
<style>
a { background-color: #71C1F9; }
a { background-color: rgb(113,193,249); }
div.DivClassName
{
background-color: #71C1F9;
}
.BgClassName
{
background-color: #71C1F9;
}
</style>
border-color css
<style>
span { border-color: #71C1F9; }
span { border-color: rgb(113,193,249); }
td.TdClassName
{
border-color: #71C1F9;
}
.TagClassName
{
border-color: #71C1F9;
}
</style>