Shades of Maya Blue #71B0FF
Tints of Maya Blue #71B0FF
RGB
CMYK
RGB Variations
Color information
#71B0FF (or 0x71B0FF) is known color: Maya Blue. HEX triplet: 71, B0 and FF. RGB value is (113,176,255). Sum of RGB (Red+Green+Blue) = 113+176+255=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #71B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B0FF is #8E4F00. Grayscale: #A5A5A5. Windows color (decimal): -9326337 or 16756849. OLE color: 16756849.
HSL color Cylindrical-coordinate representation of color #71B0FF: hue angle of 213.38º 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 #71B0FF is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 176 | 255 | - |
| CMYK | 0.56 | 0.31 | 0 | 0 |
| HSL | 213.38º | 1% | 0.72% | - |
| HSV(B) | 213.38º | 0.56% | 1% | - |
| XYZ | 40.39 | 41.78 | 100.54 | - |
| YUV | 166.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 255 | 0.56 | 0.31 | 0 | 0 | 213.38 | 1 | 0.72 |
| Hex | 71 | B0 | FF | 38 | 1F | 0 | 0 | D5 | 64 | 48 |
| Octal | 161 | 260 | 377 | 70 | 37 | 0 | 0 | 325 | 144 | 110 |
| Binary | 1110001 | 10110000 | 11111111 | 111000 | 11111 | 0 | 0 | 11010101 | 1100100 | 1001000 |
Color Harmonies of #71B0FF
Complementary color
Monochromatic Colors of #71B0FF
Black with #71B0FF
Text Example
Text Example
White with #71B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0FF; }
p { color: rgb(113,176,255); }
H1.HeaderClassName
{
color: #71B0FF;
}
.AnyTagClassName
{
color: #71B0FF;
}
</style>
background-color css
<style>
a { background-color: #71B0FF; }
a { background-color: rgb(113,176,255); }
div.DivClassName
{
background-color: #71B0FF;
}
.BgClassName
{
background-color: #71B0FF;
}
</style>
border-color css
<style>
span { border-color: #71B0FF; }
span { border-color: rgb(113,176,255); }
td.TdClassName
{
border-color: #71B0FF;
}
.TagClassName
{
border-color: #71B0FF;
}
</style>