Shades of Maya Blue #71C1FB
Tints of Maya Blue #71C1FB
RGB
CMYK
RGB Variations
Color information
#71C1FB (or 0x71C1FB) is known color: Maya Blue. HEX triplet: 71, C1 and FB. RGB value is (113,193,251). Sum of RGB (Red+Green+Blue) = 113+193+251=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #71C1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C1FB is #8E3E04. Grayscale: #AFAFAF. Windows color (decimal): -9321989 or 16499057. OLE color: 16499057.
HSL color Cylindrical-coordinate representation of color #71C1FB: hue angle of 205.22º degrees, saturation: 0.95, 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 #71C1FB is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 193 | 251 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.02 |
| HSL | 205.22º | 0.95% | 0.71% | - |
| HSV(B) | 205.22º | 0.55% | 0.98% | - |
| XYZ | 43.29 | 48.62 | 98.37 | - |
| YUV | 175.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 251 | 0.55 | 0.23 | 0 | 0.02 | 205.22 | 0.95 | 0.71 |
| Hex | 71 | C1 | FB | 37 | 17 | 0 | 2 | CD | 5F | 47 |
| Octal | 161 | 301 | 373 | 67 | 27 | 0 | 2 | 315 | 137 | 107 |
| Binary | 1110001 | 11000001 | 11111011 | 110111 | 10111 | 0 | 10 | 11001101 | 1011111 | 1000111 |
Color Harmonies of #71C1FB
Complementary color
Monochromatic Colors of #71C1FB
Black with #71C1FB
Text Example
Text Example
White with #71C1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C1FB; }
p { color: rgb(113,193,251); }
H1.HeaderClassName
{
color: #71C1FB;
}
.AnyTagClassName
{
color: #71C1FB;
}
</style>
background-color css
<style>
a { background-color: #71C1FB; }
a { background-color: rgb(113,193,251); }
div.DivClassName
{
background-color: #71C1FB;
}
.BgClassName
{
background-color: #71C1FB;
}
</style>
border-color css
<style>
span { border-color: #71C1FB; }
span { border-color: rgb(113,193,251); }
td.TdClassName
{
border-color: #71C1FB;
}
.TagClassName
{
border-color: #71C1FB;
}
</style>