Shades of Maya Blue #71D9FF
Tints of Maya Blue #71D9FF
RGB
CMYK
RGB Variations
Color information
#71D9FF (or 0x71D9FF) is known color: Maya Blue. HEX triplet: 71, D9 and FF. RGB value is (113,217,255). Sum of RGB (Red+Green+Blue) = 113+217+255=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #71D9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D9FF is #8E2600. Grayscale: #BDBDBD. Windows color (decimal): -9315841 or 16767345. OLE color: 16767345.
HSL color Cylindrical-coordinate representation of color #71D9FF: hue angle of 196.06º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71D9FF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 217 | 255 | - |
| CMYK | 0.56 | 0.15 | 0 | 0 |
| HSL | 196.06º | 1% | 0.72% | - |
| HSV(B) | 196.06º | 0.56% | 1% | - |
| XYZ | 49.67 | 60.36 | 103.64 | - |
| YUV | 190.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 255 | 0.56 | 0.15 | 0 | 0 | 196.06 | 1 | 0.72 |
| Hex | 71 | D9 | FF | 38 | F | 0 | 0 | C4 | 64 | 48 |
| Octal | 161 | 331 | 377 | 70 | 17 | 0 | 0 | 304 | 144 | 110 |
| Binary | 1110001 | 11011001 | 11111111 | 111000 | 1111 | 0 | 0 | 11000100 | 1100100 | 1001000 |
Color Harmonies of #71D9FF
Complementary color
Monochromatic Colors of #71D9FF
Black with #71D9FF
Text Example
Text Example
White with #71D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D9FF; }
p { color: rgb(113,217,255); }
H1.HeaderClassName
{
color: #71D9FF;
}
.AnyTagClassName
{
color: #71D9FF;
}
</style>
background-color css
<style>
a { background-color: #71D9FF; }
a { background-color: rgb(113,217,255); }
div.DivClassName
{
background-color: #71D9FF;
}
.BgClassName
{
background-color: #71D9FF;
}
</style>
border-color css
<style>
span { border-color: #71D9FF; }
span { border-color: rgb(113,217,255); }
td.TdClassName
{
border-color: #71D9FF;
}
.TagClassName
{
border-color: #71D9FF;
}
</style>