Shades of Maya Blue #71BCFC
Tints of Maya Blue #71BCFC
RGB
CMYK
RGB Variations
Color information
#71BCFC (or 0x71BCFC) is known color: Maya Blue. HEX triplet: 71, BC and FC. RGB value is (113,188,252). Sum of RGB (Red+Green+Blue) = 113+188+252=553 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.43% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #71BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BCFC is #8E4303. Grayscale: #ACACAC. Windows color (decimal): -9323268 or 16563313. OLE color: 16563313.
HSL color Cylindrical-coordinate representation of color #71BCFC: hue angle of 207.63º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71BCFC is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 188 | 252 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.01 |
| HSL | 207.63º | 0.96% | 0.72% | - |
| HSV(B) | 207.63º | 0.55% | 0.99% | - |
| XYZ | 42.36 | 46.51 | 98.84 | - |
| YUV | 172.87 | 172.65 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 252 | 0.55 | 0.25 | 0 | 0.01 | 207.63 | 0.96 | 0.72 |
| Hex | 71 | BC | FC | 37 | 19 | 0 | 1 | D0 | 60 | 48 |
| Octal | 161 | 274 | 374 | 67 | 31 | 0 | 1 | 320 | 140 | 110 |
| Binary | 1110001 | 10111100 | 11111100 | 110111 | 11001 | 0 | 1 | 11010000 | 1100000 | 1001000 |
Color Harmonies of #71BCFC
Complementary color
Monochromatic Colors of #71BCFC
Black with #71BCFC
Text Example
Text Example
White with #71BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCFC; }
p { color: rgb(113,188,252); }
H1.HeaderClassName
{
color: #71BCFC;
}
.AnyTagClassName
{
color: #71BCFC;
}
</style>
background-color css
<style>
a { background-color: #71BCFC; }
a { background-color: rgb(113,188,252); }
div.DivClassName
{
background-color: #71BCFC;
}
.BgClassName
{
background-color: #71BCFC;
}
</style>
border-color css
<style>
span { border-color: #71BCFC; }
span { border-color: rgb(113,188,252); }
td.TdClassName
{
border-color: #71BCFC;
}
.TagClassName
{
border-color: #71BCFC;
}
</style>