Shades of Maya Blue #75C5EC
Tints of Maya Blue #75C5EC
RGB
CMYK
RGB Variations
Color information
#75C5EC (or 0x75C5EC) is known color: Maya Blue. HEX triplet: 75, C5 and EC. RGB value is (117,197,236). Sum of RGB (Red+Green+Blue) = 117+197+236=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #75C5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C5EC is #8A3A13. Grayscale: #B1B1B1. Windows color (decimal): -9058836 or 15517045. OLE color: 15517045.
HSL color Cylindrical-coordinate representation of color #75C5EC: hue angle of 199.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75C5EC is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 197 | 236 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.07 |
| HSL | 199.66º | 0.76% | 0.69% | - |
| HSV(B) | 199.66º | 0.5% | 0.93% | - |
| XYZ | 42.44 | 49.77 | 86.73 | - |
| YUV | 177.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 236 | 0.50 | 0.17 | 0 | 0.07 | 199.66 | 0.76 | 0.69 |
| Hex | 75 | C5 | EC | 32 | 11 | 0 | 7 | C8 | 4C | 45 |
| Octal | 165 | 305 | 354 | 62 | 21 | 0 | 7 | 310 | 114 | 105 |
| Binary | 1110101 | 11000101 | 11101100 | 110010 | 10001 | 0 | 111 | 11001000 | 1001100 | 1000101 |
Color Harmonies of #75C5EC
Complementary color
Monochromatic Colors of #75C5EC
Black with #75C5EC
Text Example
Text Example
White with #75C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C5EC; }
p { color: rgb(117,197,236); }
H1.HeaderClassName
{
color: #75C5EC;
}
.AnyTagClassName
{
color: #75C5EC;
}
</style>
background-color css
<style>
a { background-color: #75C5EC; }
a { background-color: rgb(117,197,236); }
div.DivClassName
{
background-color: #75C5EC;
}
.BgClassName
{
background-color: #75C5EC;
}
</style>
border-color css
<style>
span { border-color: #75C5EC; }
span { border-color: rgb(117,197,236); }
td.TdClassName
{
border-color: #75C5EC;
}
.TagClassName
{
border-color: #75C5EC;
}
</style>