Shades of Maya Blue #71C4FF
Tints of Maya Blue #71C4FF
RGB
CMYK
RGB Variations
Color information
#71C4FF (or 0x71C4FF) is known color: Maya Blue. HEX triplet: 71, C4 and FF. RGB value is (113,196,255). Sum of RGB (Red+Green+Blue) = 113+196+255=564 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.04% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #71C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C4FF is #8E3B00. Grayscale: #B1B1B1. Windows color (decimal): -9321217 or 16761969. OLE color: 16761969.
HSL color Cylindrical-coordinate representation of color #71C4FF: hue angle of 204.93º 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 #71C4FF is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 196 | 255 | - |
| CMYK | 0.56 | 0.23 | 0 | 0 |
| HSL | 204.93º | 1% | 0.72% | - |
| HSV(B) | 204.93º | 0.56% | 1% | - |
| XYZ | 44.6 | 50.21 | 101.95 | - |
| YUV | 177.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 255 | 0.56 | 0.23 | 0 | 0 | 204.93 | 1 | 0.72 |
| Hex | 71 | C4 | FF | 38 | 17 | 0 | 0 | CD | 64 | 48 |
| Octal | 161 | 304 | 377 | 70 | 27 | 0 | 0 | 315 | 144 | 110 |
| Binary | 1110001 | 11000100 | 11111111 | 111000 | 10111 | 0 | 0 | 11001101 | 1100100 | 1001000 |
Color Harmonies of #71C4FF
Complementary color
Monochromatic Colors of #71C4FF
Black with #71C4FF
Text Example
Text Example
White with #71C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C4FF; }
p { color: rgb(113,196,255); }
H1.HeaderClassName
{
color: #71C4FF;
}
.AnyTagClassName
{
color: #71C4FF;
}
</style>
background-color css
<style>
a { background-color: #71C4FF; }
a { background-color: rgb(113,196,255); }
div.DivClassName
{
background-color: #71C4FF;
}
.BgClassName
{
background-color: #71C4FF;
}
</style>
border-color css
<style>
span { border-color: #71C4FF; }
span { border-color: rgb(113,196,255); }
td.TdClassName
{
border-color: #71C4FF;
}
.TagClassName
{
border-color: #71C4FF;
}
</style>