Shades of Maya Blue #75B4F7
Tints of Maya Blue #75B4F7
RGB
CMYK
RGB Variations
Color information
#75B4F7 (or 0x75B4F7) is known color: Maya Blue. HEX triplet: 75, B4 and F7. RGB value is (117,180,247). Sum of RGB (Red+Green+Blue) = 117+180+247=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #75B4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B4F7 is #8A4B08. Grayscale: #A8A8A8. Windows color (decimal): -9063177 or 16233589. OLE color: 16233589.
HSL color Cylindrical-coordinate representation of color #75B4F7: hue angle of 210.92º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75B4F7 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 180 | 247 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.03 |
| HSL | 210.92º | 0.89% | 0.71% | - |
| HSV(B) | 210.92º | 0.53% | 0.97% | - |
| XYZ | 40.45 | 43.14 | 94.19 | - |
| YUV | 168.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 180 | 247 | 0.53 | 0.27 | 0 | 0.03 | 210.92 | 0.89 | 0.71 |
| Hex | 75 | B4 | F7 | 35 | 1B | 0 | 3 | D3 | 59 | 47 |
| Octal | 165 | 264 | 367 | 65 | 33 | 0 | 3 | 323 | 131 | 107 |
| Binary | 1110101 | 10110100 | 11110111 | 110101 | 11011 | 0 | 11 | 11010011 | 1011001 | 1000111 |
Color Harmonies of #75B4F7
Complementary color
Monochromatic Colors of #75B4F7
Black with #75B4F7
Text Example
Text Example
White with #75B4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B4F7; }
p { color: rgb(117,180,247); }
H1.HeaderClassName
{
color: #75B4F7;
}
.AnyTagClassName
{
color: #75B4F7;
}
</style>
background-color css
<style>
a { background-color: #75B4F7; }
a { background-color: rgb(117,180,247); }
div.DivClassName
{
background-color: #75B4F7;
}
.BgClassName
{
background-color: #75B4F7;
}
</style>
border-color css
<style>
span { border-color: #75B4F7; }
span { border-color: rgb(117,180,247); }
td.TdClassName
{
border-color: #75B4F7;
}
.TagClassName
{
border-color: #75B4F7;
}
</style>