Shades of Maya Blue #75B7FF
Tints of Maya Blue #75B7FF
RGB
CMYK
RGB Variations
Color information
#75B7FF (or 0x75B7FF) is known color: Maya Blue. HEX triplet: 75, B7 and FF. RGB value is (117,183,255). Sum of RGB (Red+Green+Blue) = 117+183+255=555 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.08% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #75B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B7FF is #8A4800. Grayscale: #ABABAB. Windows color (decimal): -9062401 or 16758645. OLE color: 16758645.
HSL color Cylindrical-coordinate representation of color #75B7FF: hue angle of 211.3º 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 #75B7FF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 183 | 255 | - |
| CMYK | 0.54 | 0.28 | 0 | 0 |
| HSL | 211.3º | 1% | 0.73% | - |
| HSV(B) | 211.3º | 0.54% | 1% | - |
| XYZ | 42.32 | 44.87 | 101.04 | - |
| YUV | 171.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 255 | 0.54 | 0.28 | 0 | 0 | 211.3 | 1 | 0.73 |
| Hex | 75 | B7 | FF | 36 | 1C | 0 | 0 | D3 | 64 | 49 |
| Octal | 165 | 267 | 377 | 66 | 34 | 0 | 0 | 323 | 144 | 111 |
| Binary | 1110101 | 10110111 | 11111111 | 110110 | 11100 | 0 | 0 | 11010011 | 1100100 | 1001001 |
Color Harmonies of #75B7FF
Complementary color
Monochromatic Colors of #75B7FF
Black with #75B7FF
Text Example
Text Example
White with #75B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B7FF; }
p { color: rgb(117,183,255); }
H1.HeaderClassName
{
color: #75B7FF;
}
.AnyTagClassName
{
color: #75B7FF;
}
</style>
background-color css
<style>
a { background-color: #75B7FF; }
a { background-color: rgb(117,183,255); }
div.DivClassName
{
background-color: #75B7FF;
}
.BgClassName
{
background-color: #75B7FF;
}
</style>
border-color css
<style>
span { border-color: #75B7FF; }
span { border-color: rgb(117,183,255); }
td.TdClassName
{
border-color: #75B7FF;
}
.TagClassName
{
border-color: #75B7FF;
}
</style>