Shades of Maya Blue #75BCFE
Tints of Maya Blue #75BCFE
RGB
CMYK
RGB Variations
Color information
#75BCFE (or 0x75BCFE) is known color: Maya Blue. HEX triplet: 75, BC and FE. RGB value is (117,188,254). Sum of RGB (Red+Green+Blue) = 117+188+254=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #75BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BCFE is #8A4301. Grayscale: #ADADAD. Windows color (decimal): -9061122 or 16694389. OLE color: 16694389.
HSL color Cylindrical-coordinate representation of color #75BCFE: hue angle of 208.91º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75BCFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 188 | 254 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.00 |
| HSL | 208.91º | 0.99% | 0.73% | - |
| HSV(B) | 208.91º | 0.54% | 1% | - |
| XYZ | 43.21 | 46.9 | 100.54 | - |
| YUV | 174.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 254 | 0.54 | 0.26 | 0 | 0.00 | 208.91 | 0.99 | 0.73 |
| Hex | 75 | BC | FE | 36 | 1A | 0 | 0 | D1 | 63 | 49 |
| Octal | 165 | 274 | 376 | 66 | 32 | 0 | 0 | 321 | 143 | 111 |
| Binary | 1110101 | 10111100 | 11111110 | 110110 | 11010 | 0 | 0 | 11010001 | 1100011 | 1001001 |
Color Harmonies of #75BCFE
Complementary color
Monochromatic Colors of #75BCFE
Black with #75BCFE
Text Example
Text Example
White with #75BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCFE; }
p { color: rgb(117,188,254); }
H1.HeaderClassName
{
color: #75BCFE;
}
.AnyTagClassName
{
color: #75BCFE;
}
</style>
background-color css
<style>
a { background-color: #75BCFE; }
a { background-color: rgb(117,188,254); }
div.DivClassName
{
background-color: #75BCFE;
}
.BgClassName
{
background-color: #75BCFE;
}
</style>
border-color css
<style>
span { border-color: #75BCFE; }
span { border-color: rgb(117,188,254); }
td.TdClassName
{
border-color: #75BCFE;
}
.TagClassName
{
border-color: #75BCFE;
}
</style>