Shades of Maya Blue #75B1FF
Tints of Maya Blue #75B1FF
RGB
CMYK
RGB Variations
Color information
#75B1FF (or 0x75B1FF) is known color: Maya Blue. HEX triplet: 75, B1 and FF. RGB value is (117,177,255). Sum of RGB (Red+Green+Blue) = 117+177+255=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #75B1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B1FF is #8A4E00. Grayscale: #A7A7A7. Windows color (decimal): -9063937 or 16757109. OLE color: 16757109.
HSL color Cylindrical-coordinate representation of color #75B1FF: hue angle of 213.91º 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 #75B1FF is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 177 | 255 | - |
| CMYK | 0.54 | 0.31 | 0 | 0 |
| HSL | 213.91º | 1% | 0.73% | - |
| HSV(B) | 213.91º | 0.54% | 1% | - |
| XYZ | 41.11 | 42.45 | 100.63 | - |
| YUV | 167.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 255 | 0.54 | 0.31 | 0 | 0 | 213.91 | 1 | 0.73 |
| Hex | 75 | B1 | FF | 36 | 1F | 0 | 0 | D6 | 64 | 49 |
| Octal | 165 | 261 | 377 | 66 | 37 | 0 | 0 | 326 | 144 | 111 |
| Binary | 1110101 | 10110001 | 11111111 | 110110 | 11111 | 0 | 0 | 11010110 | 1100100 | 1001001 |
Color Harmonies of #75B1FF
Complementary color
Monochromatic Colors of #75B1FF
Black with #75B1FF
Text Example
Text Example
White with #75B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B1FF; }
p { color: rgb(117,177,255); }
H1.HeaderClassName
{
color: #75B1FF;
}
.AnyTagClassName
{
color: #75B1FF;
}
</style>
background-color css
<style>
a { background-color: #75B1FF; }
a { background-color: rgb(117,177,255); }
div.DivClassName
{
background-color: #75B1FF;
}
.BgClassName
{
background-color: #75B1FF;
}
</style>
border-color css
<style>
span { border-color: #75B1FF; }
span { border-color: rgb(117,177,255); }
td.TdClassName
{
border-color: #75B1FF;
}
.TagClassName
{
border-color: #75B1FF;
}
</style>