Shades of Maya Blue #71ADFE
Tints of Maya Blue #71ADFE
RGB
CMYK
RGB Variations
Color information
#71ADFE (or 0x71ADFE) is known color: Maya Blue. HEX triplet: 71, AD and FE. RGB value is (113,173,254). Sum of RGB (Red+Green+Blue) = 113+173+254=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #71ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ADFE is #8E5201. Grayscale: #A3A3A3. Windows color (decimal): -9327106 or 16690545. OLE color: 16690545.
HSL color Cylindrical-coordinate representation of color #71ADFE: hue angle of 214.47º 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 #71ADFE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 173 | 254 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.00 |
| HSL | 214.47º | 0.99% | 0.72% | - |
| HSV(B) | 214.47º | 0.56% | 1% | - |
| XYZ | 39.64 | 40.55 | 99.5 | - |
| YUV | 164.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 254 | 0.56 | 0.32 | 0 | 0.00 | 214.47 | 0.99 | 0.72 |
| Hex | 71 | AD | FE | 38 | 20 | 0 | 0 | D6 | 63 | 48 |
| Octal | 161 | 255 | 376 | 70 | 40 | 0 | 0 | 326 | 143 | 110 |
| Binary | 1110001 | 10101101 | 11111110 | 111000 | 100000 | 0 | 0 | 11010110 | 1100011 | 1001000 |
Color Harmonies of #71ADFE
Complementary color
Monochromatic Colors of #71ADFE
Black with #71ADFE
Text Example
Text Example
White with #71ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADFE; }
p { color: rgb(113,173,254); }
H1.HeaderClassName
{
color: #71ADFE;
}
.AnyTagClassName
{
color: #71ADFE;
}
</style>
background-color css
<style>
a { background-color: #71ADFE; }
a { background-color: rgb(113,173,254); }
div.DivClassName
{
background-color: #71ADFE;
}
.BgClassName
{
background-color: #71ADFE;
}
</style>
border-color css
<style>
span { border-color: #71ADFE; }
span { border-color: rgb(113,173,254); }
td.TdClassName
{
border-color: #71ADFE;
}
.TagClassName
{
border-color: #71ADFE;
}
</style>