Shades of Maya Blue #75C1EC
Tints of Maya Blue #75C1EC
RGB
CMYK
RGB Variations
Color information
#75C1EC (or 0x75C1EC) is known color: Maya Blue. HEX triplet: 75, C1 and EC. RGB value is (117,193,236). Sum of RGB (Red+Green+Blue) = 117+193+236=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #75C1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C1EC is #8A3E13. Grayscale: #AEAEAE. Windows color (decimal): -9059860 or 15516021. OLE color: 15516021.
HSL color Cylindrical-coordinate representation of color #75C1EC: hue angle of 201.68º 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 #75C1EC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 193 | 236 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.07 |
| HSL | 201.68º | 0.76% | 0.69% | - |
| HSV(B) | 201.68º | 0.5% | 0.93% | - |
| XYZ | 41.55 | 47.98 | 86.43 | - |
| YUV | 175.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 236 | 0.50 | 0.18 | 0 | 0.07 | 201.68 | 0.76 | 0.69 |
| Hex | 75 | C1 | EC | 32 | 12 | 0 | 7 | CA | 4C | 45 |
| Octal | 165 | 301 | 354 | 62 | 22 | 0 | 7 | 312 | 114 | 105 |
| Binary | 1110101 | 11000001 | 11101100 | 110010 | 10010 | 0 | 111 | 11001010 | 1001100 | 1000101 |
Color Harmonies of #75C1EC
Complementary color
Monochromatic Colors of #75C1EC
Black with #75C1EC
Text Example
Text Example
White with #75C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C1EC; }
p { color: rgb(117,193,236); }
H1.HeaderClassName
{
color: #75C1EC;
}
.AnyTagClassName
{
color: #75C1EC;
}
</style>
background-color css
<style>
a { background-color: #75C1EC; }
a { background-color: rgb(117,193,236); }
div.DivClassName
{
background-color: #75C1EC;
}
.BgClassName
{
background-color: #75C1EC;
}
</style>
border-color css
<style>
span { border-color: #75C1EC; }
span { border-color: rgb(117,193,236); }
td.TdClassName
{
border-color: #75C1EC;
}
.TagClassName
{
border-color: #75C1EC;
}
</style>