Shades of Maya Blue #75BCFF
Tints of Maya Blue #75BCFF
RGB
CMYK
RGB Variations
Color information
#75BCFF (or 0x75BCFF) is known color: Maya Blue. HEX triplet: 75, BC and FF. RGB value is (117,188,255). Sum of RGB (Red+Green+Blue) = 117+188+255=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BCFF is #8A4300. Grayscale: #AEAEAE. Windows color (decimal): -9061121 or 16759925. OLE color: 16759925.
HSL color Cylindrical-coordinate representation of color #75BCFF: hue angle of 209.13º 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 #75BCFF is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 188 | 255 | - |
| CMYK | 0.54 | 0.26 | 0 | 0 |
| HSL | 209.13º | 1% | 0.73% | - |
| HSV(B) | 209.13º | 0.54% | 1% | - |
| XYZ | 43.37 | 46.97 | 101.39 | - |
| YUV | 174.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 255 | 0.54 | 0.26 | 0 | 0 | 209.13 | 1 | 0.73 |
| Hex | 75 | BC | FF | 36 | 1A | 0 | 0 | D1 | 64 | 49 |
| Octal | 165 | 274 | 377 | 66 | 32 | 0 | 0 | 321 | 144 | 111 |
| Binary | 1110101 | 10111100 | 11111111 | 110110 | 11010 | 0 | 0 | 11010001 | 1100100 | 1001001 |
Color Harmonies of #75BCFF
Complementary color
Monochromatic Colors of #75BCFF
Black with #75BCFF
Text Example
Text Example
White with #75BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCFF; }
p { color: rgb(117,188,255); }
H1.HeaderClassName
{
color: #75BCFF;
}
.AnyTagClassName
{
color: #75BCFF;
}
</style>
background-color css
<style>
a { background-color: #75BCFF; }
a { background-color: rgb(117,188,255); }
div.DivClassName
{
background-color: #75BCFF;
}
.BgClassName
{
background-color: #75BCFF;
}
</style>
border-color css
<style>
span { border-color: #75BCFF; }
span { border-color: rgb(117,188,255); }
td.TdClassName
{
border-color: #75BCFF;
}
.TagClassName
{
border-color: #75BCFF;
}
</style>