Shades of Maya Blue #75D1FF
Tints of Maya Blue #75D1FF
RGB
CMYK
RGB Variations
Color information
#75D1FF (or 0x75D1FF) is known color: Maya Blue. HEX triplet: 75, D1 and FF. RGB value is (117,209,255). Sum of RGB (Red+Green+Blue) = 117+209+255=581 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.14% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #75D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D1FF is #8A2E00. Grayscale: #BABABA. Windows color (decimal): -9055745 or 16765301. OLE color: 16765301.
HSL color Cylindrical-coordinate representation of color #75D1FF: hue angle of 200º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D1FF is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 209 | 255 | - |
| CMYK | 0.54 | 0.18 | 0 | 0 |
| HSL | 200º | 1% | 0.73% | - |
| HSV(B) | 200º | 0.54% | 1% | - |
| XYZ | 48.19 | 56.6 | 102.99 | - |
| YUV | 186.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 255 | 0.54 | 0.18 | 0 | 0 | 200 | 1 | 0.73 |
| Hex | 75 | D1 | FF | 36 | 12 | 0 | 0 | C8 | 64 | 49 |
| Octal | 165 | 321 | 377 | 66 | 22 | 0 | 0 | 310 | 144 | 111 |
| Binary | 1110101 | 11010001 | 11111111 | 110110 | 10010 | 0 | 0 | 11001000 | 1100100 | 1001001 |
Color Harmonies of #75D1FF
Complementary color
Monochromatic Colors of #75D1FF
Black with #75D1FF
Text Example
Text Example
White with #75D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D1FF; }
p { color: rgb(117,209,255); }
H1.HeaderClassName
{
color: #75D1FF;
}
.AnyTagClassName
{
color: #75D1FF;
}
</style>
background-color css
<style>
a { background-color: #75D1FF; }
a { background-color: rgb(117,209,255); }
div.DivClassName
{
background-color: #75D1FF;
}
.BgClassName
{
background-color: #75D1FF;
}
</style>
border-color css
<style>
span { border-color: #75D1FF; }
span { border-color: rgb(117,209,255); }
td.TdClassName
{
border-color: #75D1FF;
}
.TagClassName
{
border-color: #75D1FF;
}
</style>