Shades of Maya Blue #75C7F1
Tints of Maya Blue #75C7F1
RGB
CMYK
RGB Variations
Color information
#75C7F1 (or 0x75C7F1) is known color: Maya Blue. HEX triplet: 75, C7 and F1. RGB value is (117,199,241). Sum of RGB (Red+Green+Blue) = 117+199+241=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #75C7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C7F1 is #8A380E. Grayscale: #B3B3B3. Windows color (decimal): -9058319 or 15845237. OLE color: 15845237.
HSL color Cylindrical-coordinate representation of color #75C7F1: hue angle of 200.32º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C7F1 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 199 | 241 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.05 |
| HSL | 200.32º | 0.82% | 0.7% | - |
| HSV(B) | 200.32º | 0.51% | 0.95% | - |
| XYZ | 43.64 | 50.98 | 90.76 | - |
| YUV | 179.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 241 | 0.51 | 0.17 | 0 | 0.05 | 200.32 | 0.82 | 0.7 |
| Hex | 75 | C7 | F1 | 33 | 11 | 0 | 5 | C8 | 52 | 46 |
| Octal | 165 | 307 | 361 | 63 | 21 | 0 | 5 | 310 | 122 | 106 |
| Binary | 1110101 | 11000111 | 11110001 | 110011 | 10001 | 0 | 101 | 11001000 | 1010010 | 1000110 |
Color Harmonies of #75C7F1
Complementary color
Monochromatic Colors of #75C7F1
Black with #75C7F1
Text Example
Text Example
White with #75C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C7F1; }
p { color: rgb(117,199,241); }
H1.HeaderClassName
{
color: #75C7F1;
}
.AnyTagClassName
{
color: #75C7F1;
}
</style>
background-color css
<style>
a { background-color: #75C7F1; }
a { background-color: rgb(117,199,241); }
div.DivClassName
{
background-color: #75C7F1;
}
.BgClassName
{
background-color: #75C7F1;
}
</style>
border-color css
<style>
span { border-color: #75C7F1; }
span { border-color: rgb(117,199,241); }
td.TdClassName
{
border-color: #75C7F1;
}
.TagClassName
{
border-color: #75C7F1;
}
</style>