Shades of Maya Blue #75ABFC
Tints of Maya Blue #75ABFC
RGB
CMYK
RGB Variations
Color information
#75ABFC (or 0x75ABFC) is known color: Maya Blue. HEX triplet: 75, AB and FC. RGB value is (117,171,252). Sum of RGB (Red+Green+Blue) = 117+171+252=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #75ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75ABFC is #8A5403. Grayscale: #A3A3A3. Windows color (decimal): -9065476 or 16558965. OLE color: 16558965.
HSL color Cylindrical-coordinate representation of color #75ABFC: hue angle of 216º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75ABFC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 171 | 252 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.01 |
| HSL | 216º | 0.96% | 0.72% | - |
| HSV(B) | 216º | 0.54% | 0.99% | - |
| XYZ | 39.47 | 39.94 | 97.72 | - |
| YUV | 164.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 252 | 0.54 | 0.32 | 0 | 0.01 | 216 | 0.96 | 0.72 |
| Hex | 75 | AB | FC | 36 | 20 | 0 | 1 | D8 | 60 | 48 |
| Octal | 165 | 253 | 374 | 66 | 40 | 0 | 1 | 330 | 140 | 110 |
| Binary | 1110101 | 10101011 | 11111100 | 110110 | 100000 | 0 | 1 | 11011000 | 1100000 | 1001000 |
Color Harmonies of #75ABFC
Complementary color
Monochromatic Colors of #75ABFC
Black with #75ABFC
Text Example
Text Example
White with #75ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ABFC; }
p { color: rgb(117,171,252); }
H1.HeaderClassName
{
color: #75ABFC;
}
.AnyTagClassName
{
color: #75ABFC;
}
</style>
background-color css
<style>
a { background-color: #75ABFC; }
a { background-color: rgb(117,171,252); }
div.DivClassName
{
background-color: #75ABFC;
}
.BgClassName
{
background-color: #75ABFC;
}
</style>
border-color css
<style>
span { border-color: #75ABFC; }
span { border-color: rgb(117,171,252); }
td.TdClassName
{
border-color: #75ABFC;
}
.TagClassName
{
border-color: #75ABFC;
}
</style>