Shades of Maya Blue #75BBFF
Tints of Maya Blue #75BBFF
RGB
CMYK
RGB Variations
Color information
#75BBFF (or 0x75BBFF) is known color: Maya Blue. HEX triplet: 75, BB and FF. RGB value is (117,187,255). Sum of RGB (Red+Green+Blue) = 117+187+255=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BBFF is #8A4400. Grayscale: #ADADAD. Windows color (decimal): -9061377 or 16759669. OLE color: 16759669.
HSL color Cylindrical-coordinate representation of color #75BBFF: hue angle of 209.57º 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 #75BBFF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 187 | 255 | - |
| CMYK | 0.54 | 0.27 | 0 | 0 |
| HSL | 209.57º | 1% | 0.73% | - |
| HSV(B) | 209.57º | 0.54% | 1% | - |
| XYZ | 43.16 | 46.54 | 101.32 | - |
| YUV | 173.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 255 | 0.54 | 0.27 | 0 | 0 | 209.57 | 1 | 0.73 |
| Hex | 75 | BB | FF | 36 | 1B | 0 | 0 | D2 | 64 | 49 |
| Octal | 165 | 273 | 377 | 66 | 33 | 0 | 0 | 322 | 144 | 111 |
| Binary | 1110101 | 10111011 | 11111111 | 110110 | 11011 | 0 | 0 | 11010010 | 1100100 | 1001001 |
Color Harmonies of #75BBFF
Complementary color
Monochromatic Colors of #75BBFF
Black with #75BBFF
Text Example
Text Example
White with #75BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BBFF; }
p { color: rgb(117,187,255); }
H1.HeaderClassName
{
color: #75BBFF;
}
.AnyTagClassName
{
color: #75BBFF;
}
</style>
background-color css
<style>
a { background-color: #75BBFF; }
a { background-color: rgb(117,187,255); }
div.DivClassName
{
background-color: #75BBFF;
}
.BgClassName
{
background-color: #75BBFF;
}
</style>
border-color css
<style>
span { border-color: #75BBFF; }
span { border-color: rgb(117,187,255); }
td.TdClassName
{
border-color: #75BBFF;
}
.TagClassName
{
border-color: #75BBFF;
}
</style>