Shades of Maya Blue #71B8F1
Tints of Maya Blue #71B8F1
RGB
CMYK
RGB Variations
Color information
#71B8F1 (or 0x71B8F1) is known color: Maya Blue. HEX triplet: 71, B8 and F1. RGB value is (113,184,241). Sum of RGB (Red+Green+Blue) = 113+184+241=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #71B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B8F1 is #8E470E. Grayscale: #A8A8A8. Windows color (decimal): -9324303 or 15841393. OLE color: 15841393.
HSL color Cylindrical-coordinate representation of color #71B8F1: hue angle of 206.72º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71B8F1 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 184 | 241 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.05 |
| HSL | 206.72º | 0.82% | 0.69% | - |
| HSV(B) | 206.72º | 0.53% | 0.95% | - |
| XYZ | 39.83 | 44.14 | 89.64 | - |
| YUV | 169.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 184 | 241 | 0.53 | 0.24 | 0 | 0.05 | 206.72 | 0.82 | 0.69 |
| Hex | 71 | B8 | F1 | 35 | 18 | 0 | 5 | CF | 52 | 45 |
| Octal | 161 | 270 | 361 | 65 | 30 | 0 | 5 | 317 | 122 | 105 |
| Binary | 1110001 | 10111000 | 11110001 | 110101 | 11000 | 0 | 101 | 11001111 | 1010010 | 1000101 |
Color Harmonies of #71B8F1
Complementary color
Monochromatic Colors of #71B8F1
Black with #71B8F1
Text Example
Text Example
White with #71B8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B8F1; }
p { color: rgb(113,184,241); }
H1.HeaderClassName
{
color: #71B8F1;
}
.AnyTagClassName
{
color: #71B8F1;
}
</style>
background-color css
<style>
a { background-color: #71B8F1; }
a { background-color: rgb(113,184,241); }
div.DivClassName
{
background-color: #71B8F1;
}
.BgClassName
{
background-color: #71B8F1;
}
</style>
border-color css
<style>
span { border-color: #71B8F1; }
span { border-color: rgb(113,184,241); }
td.TdClassName
{
border-color: #71B8F1;
}
.TagClassName
{
border-color: #71B8F1;
}
</style>