Shades of Maya Blue #71D6FE
Tints of Maya Blue #71D6FE
RGB
CMYK
RGB Variations
Color information
#71D6FE (or 0x71D6FE) is known color: Maya Blue. HEX triplet: 71, D6 and FE. RGB value is (113,214,254). Sum of RGB (Red+Green+Blue) = 113+214+254=581 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.45% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #71D6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D6FE is #8E2901. Grayscale: #BCBCBC. Windows color (decimal): -9316610 or 16701041. OLE color: 16701041.
HSL color Cylindrical-coordinate representation of color #71D6FE: hue angle of 197.02º 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 #71D6FE is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 214 | 254 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.00 |
| HSL | 197.02º | 0.99% | 0.72% | - |
| HSV(B) | 197.02º | 0.56% | 1% | - |
| XYZ | 48.75 | 58.76 | 102.54 | - |
| YUV | 188.36 | 165.04 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 254 | 0.56 | 0.16 | 0 | 0.00 | 197.02 | 0.99 | 0.72 |
| Hex | 71 | D6 | FE | 38 | 10 | 0 | 0 | C5 | 63 | 48 |
| Octal | 161 | 326 | 376 | 70 | 20 | 0 | 0 | 305 | 143 | 110 |
| Binary | 1110001 | 11010110 | 11111110 | 111000 | 10000 | 0 | 0 | 11000101 | 1100011 | 1001000 |
Color Harmonies of #71D6FE
Complementary color
Monochromatic Colors of #71D6FE
Black with #71D6FE
Text Example
Text Example
White with #71D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D6FE; }
p { color: rgb(113,214,254); }
H1.HeaderClassName
{
color: #71D6FE;
}
.AnyTagClassName
{
color: #71D6FE;
}
</style>
background-color css
<style>
a { background-color: #71D6FE; }
a { background-color: rgb(113,214,254); }
div.DivClassName
{
background-color: #71D6FE;
}
.BgClassName
{
background-color: #71D6FE;
}
</style>
border-color css
<style>
span { border-color: #71D6FE; }
span { border-color: rgb(113,214,254); }
td.TdClassName
{
border-color: #71D6FE;
}
.TagClassName
{
border-color: #71D6FE;
}
</style>