Shades of Maya Blue #75C9F4
Tints of Maya Blue #75C9F4
RGB
CMYK
RGB Variations
Color information
#75C9F4 (or 0x75C9F4) is known color: Maya Blue. HEX triplet: 75, C9 and F4. RGB value is (117,201,244). Sum of RGB (Red+Green+Blue) = 117+201+244=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #75C9F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C9F4 is #8A360B. Grayscale: #B4B4B4. Windows color (decimal): -9057804 or 16042357. OLE color: 16042357.
HSL color Cylindrical-coordinate representation of color #75C9F4: hue angle of 200.31º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75C9F4 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 201 | 244 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.04 |
| HSL | 200.32º | 0.85% | 0.71% | - |
| HSV(B) | 200.32º | 0.52% | 0.96% | - |
| XYZ | 44.55 | 52.09 | 93.29 | - |
| YUV | 180.79 | 163.67 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 244 | 0.52 | 0.18 | 0 | 0.04 | 200.32 | 0.85 | 0.71 |
| Hex | 75 | C9 | F4 | 34 | 12 | 0 | 4 | C8 | 55 | 47 |
| Octal | 165 | 311 | 364 | 64 | 22 | 0 | 4 | 310 | 125 | 107 |
| Binary | 1110101 | 11001001 | 11110100 | 110100 | 10010 | 0 | 100 | 11001000 | 1010101 | 1000111 |
Color Harmonies of #75C9F4
Complementary color
Monochromatic Colors of #75C9F4
Black with #75C9F4
Text Example
Text Example
White with #75C9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C9F4; }
p { color: rgb(117,201,244); }
H1.HeaderClassName
{
color: #75C9F4;
}
.AnyTagClassName
{
color: #75C9F4;
}
</style>
background-color css
<style>
a { background-color: #75C9F4; }
a { background-color: rgb(117,201,244); }
div.DivClassName
{
background-color: #75C9F4;
}
.BgClassName
{
background-color: #75C9F4;
}
</style>
border-color css
<style>
span { border-color: #75C9F4; }
span { border-color: rgb(117,201,244); }
td.TdClassName
{
border-color: #75C9F4;
}
.TagClassName
{
border-color: #75C9F4;
}
</style>