Shades of Maya Blue #71CAF1
Tints of Maya Blue #71CAF1
RGB
CMYK
RGB Variations
Color information
#71CAF1 (or 0x71CAF1) is known color: Maya Blue. HEX triplet: 71, CA and F1. RGB value is (113,202,241). Sum of RGB (Red+Green+Blue) = 113+202+241=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #71CAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CAF1 is #8E350E. Grayscale: #B3B3B3. Windows color (decimal): -9319695 or 15846001. OLE color: 15846001.
HSL color Cylindrical-coordinate representation of color #71CAF1: hue angle of 198.28º 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 #71CAF1 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 202 | 241 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.05 |
| HSL | 198.28º | 0.82% | 0.69% | - |
| HSV(B) | 198.28º | 0.53% | 0.95% | - |
| XYZ | 43.81 | 52.1 | 90.97 | - |
| YUV | 179.84 | 162.51 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 241 | 0.53 | 0.16 | 0 | 0.05 | 198.28 | 0.82 | 0.69 |
| Hex | 71 | CA | F1 | 35 | 10 | 0 | 5 | C6 | 52 | 45 |
| Octal | 161 | 312 | 361 | 65 | 20 | 0 | 5 | 306 | 122 | 105 |
| Binary | 1110001 | 11001010 | 11110001 | 110101 | 10000 | 0 | 101 | 11000110 | 1010010 | 1000101 |
Color Harmonies of #71CAF1
Complementary color
Monochromatic Colors of #71CAF1
Black with #71CAF1
Text Example
Text Example
White with #71CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CAF1; }
p { color: rgb(113,202,241); }
H1.HeaderClassName
{
color: #71CAF1;
}
.AnyTagClassName
{
color: #71CAF1;
}
</style>
background-color css
<style>
a { background-color: #71CAF1; }
a { background-color: rgb(113,202,241); }
div.DivClassName
{
background-color: #71CAF1;
}
.BgClassName
{
background-color: #71CAF1;
}
</style>
border-color css
<style>
span { border-color: #71CAF1; }
span { border-color: rgb(113,202,241); }
td.TdClassName
{
border-color: #71CAF1;
}
.TagClassName
{
border-color: #71CAF1;
}
</style>