Shades of Maya Blue #75C0EE
Tints of Maya Blue #75C0EE
RGB
CMYK
RGB Variations
Color information
#75C0EE (or 0x75C0EE) is known color: Maya Blue. HEX triplet: 75, C0 and EE. RGB value is (117,192,238). Sum of RGB (Red+Green+Blue) = 117+192+238=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #75C0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C0EE is #8A3F11. Grayscale: #AEAEAE. Windows color (decimal): -9060114 or 15646837. OLE color: 15646837.
HSL color Cylindrical-coordinate representation of color #75C0EE: hue angle of 202.81º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C0EE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 192 | 238 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.07 |
| HSL | 202.81º | 0.78% | 0.7% | - |
| HSV(B) | 202.81º | 0.51% | 0.93% | - |
| XYZ | 41.62 | 47.65 | 87.89 | - |
| YUV | 174.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 238 | 0.51 | 0.19 | 0 | 0.07 | 202.81 | 0.78 | 0.7 |
| Hex | 75 | C0 | EE | 33 | 13 | 0 | 7 | CB | 4E | 46 |
| Octal | 165 | 300 | 356 | 63 | 23 | 0 | 7 | 313 | 116 | 106 |
| Binary | 1110101 | 11000000 | 11101110 | 110011 | 10011 | 0 | 111 | 11001011 | 1001110 | 1000110 |
Color Harmonies of #75C0EE
Complementary color
Monochromatic Colors of #75C0EE
Black with #75C0EE
Text Example
Text Example
White with #75C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C0EE; }
p { color: rgb(117,192,238); }
H1.HeaderClassName
{
color: #75C0EE;
}
.AnyTagClassName
{
color: #75C0EE;
}
</style>
background-color css
<style>
a { background-color: #75C0EE; }
a { background-color: rgb(117,192,238); }
div.DivClassName
{
background-color: #75C0EE;
}
.BgClassName
{
background-color: #75C0EE;
}
</style>
border-color css
<style>
span { border-color: #75C0EE; }
span { border-color: rgb(117,192,238); }
td.TdClassName
{
border-color: #75C0EE;
}
.TagClassName
{
border-color: #75C0EE;
}
</style>