Shades of Maya Blue #75B2FF
Tints of Maya Blue #75B2FF
RGB
CMYK
RGB Variations
Color information
#75B2FF (or 0x75B2FF) is known color: Maya Blue. HEX triplet: 75, B2 and FF. RGB value is (117,178,255). Sum of RGB (Red+Green+Blue) = 117+178+255=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #75B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B2FF is #8A4D00. Grayscale: #A8A8A8. Windows color (decimal): -9063681 or 16757365. OLE color: 16757365.
HSL color Cylindrical-coordinate representation of color #75B2FF: hue angle of 213.48º 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 #75B2FF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 178 | 255 | - |
| CMYK | 0.54 | 0.30 | 0 | 0 |
| HSL | 213.48º | 1% | 0.73% | - |
| HSV(B) | 213.48º | 0.54% | 1% | - |
| XYZ | 41.31 | 42.84 | 100.7 | - |
| YUV | 168.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 255 | 0.54 | 0.30 | 0 | 0 | 213.48 | 1 | 0.73 |
| Hex | 75 | B2 | FF | 36 | 1E | 0 | 0 | D5 | 64 | 49 |
| Octal | 165 | 262 | 377 | 66 | 36 | 0 | 0 | 325 | 144 | 111 |
| Binary | 1110101 | 10110010 | 11111111 | 110110 | 11110 | 0 | 0 | 11010101 | 1100100 | 1001001 |
Color Harmonies of #75B2FF
Complementary color
Monochromatic Colors of #75B2FF
Black with #75B2FF
Text Example
Text Example
White with #75B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B2FF; }
p { color: rgb(117,178,255); }
H1.HeaderClassName
{
color: #75B2FF;
}
.AnyTagClassName
{
color: #75B2FF;
}
</style>
background-color css
<style>
a { background-color: #75B2FF; }
a { background-color: rgb(117,178,255); }
div.DivClassName
{
background-color: #75B2FF;
}
.BgClassName
{
background-color: #75B2FF;
}
</style>
border-color css
<style>
span { border-color: #75B2FF; }
span { border-color: rgb(117,178,255); }
td.TdClassName
{
border-color: #75B2FF;
}
.TagClassName
{
border-color: #75B2FF;
}
</style>