Shades of Maya Blue #71AFFF
Tints of Maya Blue #71AFFF
RGB
CMYK
RGB Variations
Color information
#71AFFF (or 0x71AFFF) is known color: Maya Blue. HEX triplet: 71, AF and FF. RGB value is (113,175,255). Sum of RGB (Red+Green+Blue) = 113+175+255=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #71AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AFFF is #8E5000. Grayscale: #A5A5A5. Windows color (decimal): -9326593 or 16756593. OLE color: 16756593.
HSL color Cylindrical-coordinate representation of color #71AFFF: hue angle of 213.8º 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 #71AFFF is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 175 | 255 | - |
| CMYK | 0.56 | 0.31 | 0 | 0 |
| HSL | 213.8º | 1% | 0.72% | - |
| HSV(B) | 213.8º | 0.56% | 1% | - |
| XYZ | 40.19 | 41.39 | 100.48 | - |
| YUV | 165.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 255 | 0.56 | 0.31 | 0 | 0 | 213.8 | 1 | 0.72 |
| Hex | 71 | AF | FF | 38 | 1F | 0 | 0 | D6 | 64 | 48 |
| Octal | 161 | 257 | 377 | 70 | 37 | 0 | 0 | 326 | 144 | 110 |
| Binary | 1110001 | 10101111 | 11111111 | 111000 | 11111 | 0 | 0 | 11010110 | 1100100 | 1001000 |
Color Harmonies of #71AFFF
Complementary color
Monochromatic Colors of #71AFFF
Black with #71AFFF
Text Example
Text Example
White with #71AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AFFF; }
p { color: rgb(113,175,255); }
H1.HeaderClassName
{
color: #71AFFF;
}
.AnyTagClassName
{
color: #71AFFF;
}
</style>
background-color css
<style>
a { background-color: #71AFFF; }
a { background-color: rgb(113,175,255); }
div.DivClassName
{
background-color: #71AFFF;
}
.BgClassName
{
background-color: #71AFFF;
}
</style>
border-color css
<style>
span { border-color: #71AFFF; }
span { border-color: rgb(113,175,255); }
td.TdClassName
{
border-color: #71AFFF;
}
.TagClassName
{
border-color: #71AFFF;
}
</style>