Shades of Maya Blue #71CEF1
Tints of Maya Blue #71CEF1
RGB
CMYK
RGB Variations
Color information
#71CEF1 (or 0x71CEF1) is known color: Maya Blue. HEX triplet: 71, CE and F1. RGB value is (113,206,241). Sum of RGB (Red+Green+Blue) = 113+206+241=560 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.18% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #71CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CEF1 is #8E310E. Grayscale: #B5B5B5. Windows color (decimal): -9318671 or 15847025. OLE color: 15847025.
HSL color Cylindrical-coordinate representation of color #71CEF1: hue angle of 196.41º 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 #71CEF1 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 206 | 241 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.05 |
| HSL | 196.41º | 0.82% | 0.69% | - |
| HSV(B) | 196.41º | 0.53% | 0.95% | - |
| XYZ | 44.76 | 54 | 91.28 | - |
| YUV | 182.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 241 | 0.53 | 0.15 | 0 | 0.05 | 196.41 | 0.82 | 0.69 |
| Hex | 71 | CE | F1 | 35 | F | 0 | 5 | C4 | 52 | 45 |
| Octal | 161 | 316 | 361 | 65 | 17 | 0 | 5 | 304 | 122 | 105 |
| Binary | 1110001 | 11001110 | 11110001 | 110101 | 1111 | 0 | 101 | 11000100 | 1010010 | 1000101 |
Color Harmonies of #71CEF1
Complementary color
Monochromatic Colors of #71CEF1
Black with #71CEF1
Text Example
Text Example
White with #71CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEF1; }
p { color: rgb(113,206,241); }
H1.HeaderClassName
{
color: #71CEF1;
}
.AnyTagClassName
{
color: #71CEF1;
}
</style>
background-color css
<style>
a { background-color: #71CEF1; }
a { background-color: rgb(113,206,241); }
div.DivClassName
{
background-color: #71CEF1;
}
.BgClassName
{
background-color: #71CEF1;
}
</style>
border-color css
<style>
span { border-color: #71CEF1; }
span { border-color: rgb(113,206,241); }
td.TdClassName
{
border-color: #71CEF1;
}
.TagClassName
{
border-color: #71CEF1;
}
</style>