Shades of Maya Blue #71D4FA
Tints of Maya Blue #71D4FA
RGB
CMYK
RGB Variations
Color information
#71D4FA (or 0x71D4FA) is known color: Maya Blue. HEX triplet: 71, D4 and FA. RGB value is (113,212,250). Sum of RGB (Red+Green+Blue) = 113+212+250=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #71D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D4FA is #8E2B05. Grayscale: #BABABA. Windows color (decimal): -9317126 or 16438385. OLE color: 16438385.
HSL color Cylindrical-coordinate representation of color #71D4FA: hue angle of 196.64º degrees, saturation: 0.93, 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 #71D4FA is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 212 | 250 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.02 |
| HSL | 196.64º | 0.93% | 0.71% | - |
| HSV(B) | 196.64º | 0.55% | 0.98% | - |
| XYZ | 47.61 | 57.5 | 99.03 | - |
| YUV | 186.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 250 | 0.55 | 0.15 | 0 | 0.02 | 196.64 | 0.93 | 0.71 |
| Hex | 71 | D4 | FA | 37 | F | 0 | 2 | C5 | 5D | 47 |
| Octal | 161 | 324 | 372 | 67 | 17 | 0 | 2 | 305 | 135 | 107 |
| Binary | 1110001 | 11010100 | 11111010 | 110111 | 1111 | 0 | 10 | 11000101 | 1011101 | 1000111 |
Color Harmonies of #71D4FA
Complementary color
Monochromatic Colors of #71D4FA
Black with #71D4FA
Text Example
Text Example
White with #71D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D4FA; }
p { color: rgb(113,212,250); }
H1.HeaderClassName
{
color: #71D4FA;
}
.AnyTagClassName
{
color: #71D4FA;
}
</style>
background-color css
<style>
a { background-color: #71D4FA; }
a { background-color: rgb(113,212,250); }
div.DivClassName
{
background-color: #71D4FA;
}
.BgClassName
{
background-color: #71D4FA;
}
</style>
border-color css
<style>
span { border-color: #71D4FA; }
span { border-color: rgb(113,212,250); }
td.TdClassName
{
border-color: #71D4FA;
}
.TagClassName
{
border-color: #71D4FA;
}
</style>