Shades of Maya Blue #71BCFE
Tints of Maya Blue #71BCFE
RGB
CMYK
RGB Variations
Color information
#71BCFE (or 0x71BCFE) is known color: Maya Blue. HEX triplet: 71, BC and FE. RGB value is (113,188,254). Sum of RGB (Red+Green+Blue) = 113+188+254=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #71BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BCFE is #8E4301. Grayscale: #ACACAC. Windows color (decimal): -9323266 or 16694385. OLE color: 16694385.
HSL color Cylindrical-coordinate representation of color #71BCFE: hue angle of 208.09º 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 #71BCFE is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 188 | 254 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.00 |
| HSL | 208.09º | 0.99% | 0.72% | - |
| HSV(B) | 208.09º | 0.56% | 1% | - |
| XYZ | 42.68 | 46.63 | 100.52 | - |
| YUV | 173.1 | 173.65 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 254 | 0.56 | 0.26 | 0 | 0.00 | 208.09 | 0.99 | 0.72 |
| Hex | 71 | BC | FE | 38 | 1A | 0 | 0 | D0 | 63 | 48 |
| Octal | 161 | 274 | 376 | 70 | 32 | 0 | 0 | 320 | 143 | 110 |
| Binary | 1110001 | 10111100 | 11111110 | 111000 | 11010 | 0 | 0 | 11010000 | 1100011 | 1001000 |
Color Harmonies of #71BCFE
Complementary color
Monochromatic Colors of #71BCFE
Black with #71BCFE
Text Example
Text Example
White with #71BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCFE; }
p { color: rgb(113,188,254); }
H1.HeaderClassName
{
color: #71BCFE;
}
.AnyTagClassName
{
color: #71BCFE;
}
</style>
background-color css
<style>
a { background-color: #71BCFE; }
a { background-color: rgb(113,188,254); }
div.DivClassName
{
background-color: #71BCFE;
}
.BgClassName
{
background-color: #71BCFE;
}
</style>
border-color css
<style>
span { border-color: #71BCFE; }
span { border-color: rgb(113,188,254); }
td.TdClassName
{
border-color: #71BCFE;
}
.TagClassName
{
border-color: #71BCFE;
}
</style>