Shades of Maya Blue #75C8F6
Tints of Maya Blue #75C8F6
RGB
CMYK
RGB Variations
Color information
#75C8F6 (or 0x75C8F6) is known color: Maya Blue. HEX triplet: 75, C8 and F6. RGB value is (117,200,246). Sum of RGB (Red+Green+Blue) = 117+200+246=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #75C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C8F6 is #8A3709. Grayscale: #B4B4B4. Windows color (decimal): -9058058 or 16173173. OLE color: 16173173.
HSL color Cylindrical-coordinate representation of color #75C8F6: hue angle of 201.4º degrees, saturation: 0.88, 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 #75C8F6 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 200 | 246 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.04 |
| HSL | 201.4º | 0.88% | 0.71% | - |
| HSV(B) | 201.4º | 0.52% | 0.96% | - |
| XYZ | 44.62 | 51.74 | 94.82 | - |
| YUV | 180.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 246 | 0.52 | 0.19 | 0 | 0.04 | 201.4 | 0.88 | 0.71 |
| Hex | 75 | C8 | F6 | 34 | 13 | 0 | 4 | C9 | 58 | 47 |
| Octal | 165 | 310 | 366 | 64 | 23 | 0 | 4 | 311 | 130 | 107 |
| Binary | 1110101 | 11001000 | 11110110 | 110100 | 10011 | 0 | 100 | 11001001 | 1011000 | 1000111 |
Color Harmonies of #75C8F6
Complementary color
Monochromatic Colors of #75C8F6
Black with #75C8F6
Text Example
Text Example
White with #75C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C8F6; }
p { color: rgb(117,200,246); }
H1.HeaderClassName
{
color: #75C8F6;
}
.AnyTagClassName
{
color: #75C8F6;
}
</style>
background-color css
<style>
a { background-color: #75C8F6; }
a { background-color: rgb(117,200,246); }
div.DivClassName
{
background-color: #75C8F6;
}
.BgClassName
{
background-color: #75C8F6;
}
</style>
border-color css
<style>
span { border-color: #75C8F6; }
span { border-color: rgb(117,200,246); }
td.TdClassName
{
border-color: #75C8F6;
}
.TagClassName
{
border-color: #75C8F6;
}
</style>