Shades of Maya Blue #71BAFF
Tints of Maya Blue #71BAFF
RGB
CMYK
RGB Variations
Color information
#71BAFF (or 0x71BAFF) is known color: Maya Blue. HEX triplet: 71, BA and FF. RGB value is (113,186,255). Sum of RGB (Red+Green+Blue) = 113+186+255=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #71BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BAFF is #8E4500. Grayscale: #ABABAB. Windows color (decimal): -9323777 or 16759409. OLE color: 16759409.
HSL color Cylindrical-coordinate representation of color #71BAFF: hue angle of 209.15º 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 #71BAFF is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 186 | 255 | - |
| CMYK | 0.56 | 0.27 | 0 | 0 |
| HSL | 209.15º | 1% | 0.72% | - |
| HSV(B) | 209.15º | 0.56% | 1% | - |
| XYZ | 42.42 | 45.85 | 101.22 | - |
| YUV | 172.04 | 174.82 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 255 | 0.56 | 0.27 | 0 | 0 | 209.15 | 1 | 0.72 |
| Hex | 71 | BA | FF | 38 | 1B | 0 | 0 | D1 | 64 | 48 |
| Octal | 161 | 272 | 377 | 70 | 33 | 0 | 0 | 321 | 144 | 110 |
| Binary | 1110001 | 10111010 | 11111111 | 111000 | 11011 | 0 | 0 | 11010001 | 1100100 | 1001000 |
Color Harmonies of #71BAFF
Complementary color
Monochromatic Colors of #71BAFF
Black with #71BAFF
Text Example
Text Example
White with #71BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BAFF; }
p { color: rgb(113,186,255); }
H1.HeaderClassName
{
color: #71BAFF;
}
.AnyTagClassName
{
color: #71BAFF;
}
</style>
background-color css
<style>
a { background-color: #71BAFF; }
a { background-color: rgb(113,186,255); }
div.DivClassName
{
background-color: #71BAFF;
}
.BgClassName
{
background-color: #71BAFF;
}
</style>
border-color css
<style>
span { border-color: #71BAFF; }
span { border-color: rgb(113,186,255); }
td.TdClassName
{
border-color: #71BAFF;
}
.TagClassName
{
border-color: #71BAFF;
}
</style>