Shades of Maya Blue #75D3FF
Tints of Maya Blue #75D3FF
RGB
CMYK
RGB Variations
Color information
#75D3FF (or 0x75D3FF) is known color: Maya Blue. HEX triplet: 75, D3 and FF. RGB value is (117,211,255). Sum of RGB (Red+Green+Blue) = 117+211+255=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #75D3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D3FF is #8A2C00. Grayscale: #BBBBBB. Windows color (decimal): -9055233 or 16765813. OLE color: 16765813.
HSL color Cylindrical-coordinate representation of color #75D3FF: hue angle of 199.13º 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 #75D3FF is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 211 | 255 | - |
| CMYK | 0.54 | 0.17 | 0 | 0 |
| HSL | 199.13º | 1% | 0.73% | - |
| HSV(B) | 199.13º | 0.54% | 1% | - |
| XYZ | 48.68 | 57.59 | 103.16 | - |
| YUV | 187.91 | 165.86 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 255 | 0.54 | 0.17 | 0 | 0 | 199.13 | 1 | 0.73 |
| Hex | 75 | D3 | FF | 36 | 11 | 0 | 0 | C7 | 64 | 49 |
| Octal | 165 | 323 | 377 | 66 | 21 | 0 | 0 | 307 | 144 | 111 |
| Binary | 1110101 | 11010011 | 11111111 | 110110 | 10001 | 0 | 0 | 11000111 | 1100100 | 1001001 |
Color Harmonies of #75D3FF
Complementary color
Monochromatic Colors of #75D3FF
Black with #75D3FF
Text Example
Text Example
White with #75D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D3FF; }
p { color: rgb(117,211,255); }
H1.HeaderClassName
{
color: #75D3FF;
}
.AnyTagClassName
{
color: #75D3FF;
}
</style>
background-color css
<style>
a { background-color: #75D3FF; }
a { background-color: rgb(117,211,255); }
div.DivClassName
{
background-color: #75D3FF;
}
.BgClassName
{
background-color: #75D3FF;
}
</style>
border-color css
<style>
span { border-color: #75D3FF; }
span { border-color: rgb(117,211,255); }
td.TdClassName
{
border-color: #75D3FF;
}
.TagClassName
{
border-color: #75D3FF;
}
</style>