Shades of Maya Blue #71C7FF
Tints of Maya Blue #71C7FF
RGB
CMYK
RGB Variations
Color information
#71C7FF (or 0x71C7FF) is known color: Maya Blue. HEX triplet: 71, C7 and FF. RGB value is (113,199,255). Sum of RGB (Red+Green+Blue) = 113+199+255=567 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.93% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #71C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C7FF is #8E3800. Grayscale: #B3B3B3. Windows color (decimal): -9320449 or 16762737. OLE color: 16762737.
HSL color Cylindrical-coordinate representation of color #71C7FF: hue angle of 203.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71C7FF is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 199 | 255 | - |
| CMYK | 0.56 | 0.22 | 0 | 0 |
| HSL | 203.66º | 1% | 0.72% | - |
| HSV(B) | 203.66º | 0.56% | 1% | - |
| XYZ | 45.28 | 51.58 | 102.18 | - |
| YUV | 179.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 199 | 255 | 0.56 | 0.22 | 0 | 0 | 203.66 | 1 | 0.72 |
| Hex | 71 | C7 | FF | 38 | 16 | 0 | 0 | CC | 64 | 48 |
| Octal | 161 | 307 | 377 | 70 | 26 | 0 | 0 | 314 | 144 | 110 |
| Binary | 1110001 | 11000111 | 11111111 | 111000 | 10110 | 0 | 0 | 11001100 | 1100100 | 1001000 |
Color Harmonies of #71C7FF
Complementary color
Monochromatic Colors of #71C7FF
Black with #71C7FF
Text Example
Text Example
White with #71C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C7FF; }
p { color: rgb(113,199,255); }
H1.HeaderClassName
{
color: #71C7FF;
}
.AnyTagClassName
{
color: #71C7FF;
}
</style>
background-color css
<style>
a { background-color: #71C7FF; }
a { background-color: rgb(113,199,255); }
div.DivClassName
{
background-color: #71C7FF;
}
.BgClassName
{
background-color: #71C7FF;
}
</style>
border-color css
<style>
span { border-color: #71C7FF; }
span { border-color: rgb(113,199,255); }
td.TdClassName
{
border-color: #71C7FF;
}
.TagClassName
{
border-color: #71C7FF;
}
</style>