Shades of Maya Blue #71ABFF
Tints of Maya Blue #71ABFF
RGB
CMYK
RGB Variations
Color information
#71ABFF (or 0x71ABFF) is known color: Maya Blue. HEX triplet: 71, AB and FF. RGB value is (113,171,255). Sum of RGB (Red+Green+Blue) = 113+171+255=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #71ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABFF is #8E5400. Grayscale: #A2A2A2. Windows color (decimal): -9327617 or 16755569. OLE color: 16755569.
HSL color Cylindrical-coordinate representation of color #71ABFF: hue angle of 215.49º 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 #71ABFF is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 171 | 255 | - |
| CMYK | 0.56 | 0.33 | 0 | 0 |
| HSL | 215.49º | 1% | 0.72% | - |
| HSV(B) | 215.49º | 0.56% | 1% | - |
| XYZ | 39.42 | 39.86 | 100.22 | - |
| YUV | 163.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 255 | 0.56 | 0.33 | 0 | 0 | 215.49 | 1 | 0.72 |
| Hex | 71 | AB | FF | 38 | 21 | 0 | 0 | D7 | 64 | 48 |
| Octal | 161 | 253 | 377 | 70 | 41 | 0 | 0 | 327 | 144 | 110 |
| Binary | 1110001 | 10101011 | 11111111 | 111000 | 100001 | 0 | 0 | 11010111 | 1100100 | 1001000 |
Color Harmonies of #71ABFF
Complementary color
Monochromatic Colors of #71ABFF
Black with #71ABFF
Text Example
Text Example
White with #71ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ABFF; }
p { color: rgb(113,171,255); }
H1.HeaderClassName
{
color: #71ABFF;
}
.AnyTagClassName
{
color: #71ABFF;
}
</style>
background-color css
<style>
a { background-color: #71ABFF; }
a { background-color: rgb(113,171,255); }
div.DivClassName
{
background-color: #71ABFF;
}
.BgClassName
{
background-color: #71ABFF;
}
</style>
border-color css
<style>
span { border-color: #71ABFF; }
span { border-color: rgb(113,171,255); }
td.TdClassName
{
border-color: #71ABFF;
}
.TagClassName
{
border-color: #71ABFF;
}
</style>