Shades of Maya Blue #71B5FE
Tints of Maya Blue #71B5FE
RGB
CMYK
RGB Variations
Color information
#71B5FE (or 0x71B5FE) is known color: Maya Blue. HEX triplet: 71, B5 and FE. RGB value is (113,181,254). Sum of RGB (Red+Green+Blue) = 113+181+254=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #71B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B5FE is #8E4A01. Grayscale: #A8A8A8. Windows color (decimal): -9325058 or 16692593. OLE color: 16692593.
HSL color Cylindrical-coordinate representation of color #71B5FE: hue angle of 211.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71B5FE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 181 | 254 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.00 |
| HSL | 211.06º | 0.99% | 0.72% | - |
| HSV(B) | 211.06º | 0.56% | 1% | - |
| XYZ | 41.22 | 43.71 | 100.03 | - |
| YUV | 168.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 181 | 254 | 0.56 | 0.29 | 0 | 0.00 | 211.06 | 0.99 | 0.72 |
| Hex | 71 | B5 | FE | 38 | 1D | 0 | 0 | D3 | 63 | 48 |
| Octal | 161 | 265 | 376 | 70 | 35 | 0 | 0 | 323 | 143 | 110 |
| Binary | 1110001 | 10110101 | 11111110 | 111000 | 11101 | 0 | 0 | 11010011 | 1100011 | 1001000 |
Color Harmonies of #71B5FE
Complementary color
Monochromatic Colors of #71B5FE
Black with #71B5FE
Text Example
Text Example
White with #71B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B5FE; }
p { color: rgb(113,181,254); }
H1.HeaderClassName
{
color: #71B5FE;
}
.AnyTagClassName
{
color: #71B5FE;
}
</style>
background-color css
<style>
a { background-color: #71B5FE; }
a { background-color: rgb(113,181,254); }
div.DivClassName
{
background-color: #71B5FE;
}
.BgClassName
{
background-color: #71B5FE;
}
</style>
border-color css
<style>
span { border-color: #71B5FE; }
span { border-color: rgb(113,181,254); }
td.TdClassName
{
border-color: #71B5FE;
}
.TagClassName
{
border-color: #71B5FE;
}
</style>