Shades of Maya Blue #75C2E9
Tints of Maya Blue #75C2E9
RGB
CMYK
RGB Variations
Color information
#75C2E9 (or 0x75C2E9) is known color: Maya Blue. HEX triplet: 75, C2 and E9. RGB value is (117,194,233). Sum of RGB (Red+Green+Blue) = 117+194+233=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #75C2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C2E9 is #8A3D16. Grayscale: #AFAFAF. Windows color (decimal): -9059607 or 15319669. OLE color: 15319669.
HSL color Cylindrical-coordinate representation of color #75C2E9: hue angle of 200.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75C2E9 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 194 | 233 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.09 |
| HSL | 200.17º | 0.73% | 0.69% | - |
| HSV(B) | 200.17º | 0.5% | 0.91% | - |
| XYZ | 41.34 | 48.25 | 84.23 | - |
| YUV | 175.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 233 | 0.50 | 0.17 | 0 | 0.09 | 200.17 | 0.73 | 0.69 |
| Hex | 75 | C2 | E9 | 32 | 11 | 0 | 9 | C8 | 48 | 45 |
| Octal | 165 | 302 | 351 | 62 | 21 | 0 | 11 | 310 | 110 | 105 |
| Binary | 1110101 | 11000010 | 11101001 | 110010 | 10001 | 0 | 1001 | 11001000 | 1001000 | 1000101 |
Color Harmonies of #75C2E9
Complementary color
Monochromatic Colors of #75C2E9
Black with #75C2E9
Text Example
Text Example
White with #75C2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2E9; }
p { color: rgb(117,194,233); }
H1.HeaderClassName
{
color: #75C2E9;
}
.AnyTagClassName
{
color: #75C2E9;
}
</style>
background-color css
<style>
a { background-color: #75C2E9; }
a { background-color: rgb(117,194,233); }
div.DivClassName
{
background-color: #75C2E9;
}
.BgClassName
{
background-color: #75C2E9;
}
</style>
border-color css
<style>
span { border-color: #75C2E9; }
span { border-color: rgb(117,194,233); }
td.TdClassName
{
border-color: #75C2E9;
}
.TagClassName
{
border-color: #75C2E9;
}
</style>