Shades of Maya Blue #75BFFF
Tints of Maya Blue #75BFFF
RGB
CMYK
RGB Variations
Color information
#75BFFF (or 0x75BFFF) is known color: Maya Blue. HEX triplet: 75, BF and FF. RGB value is (117,191,255). Sum of RGB (Red+Green+Blue) = 117+191+255=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #75BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFFF is #8A4000. Grayscale: #AFAFAF. Windows color (decimal): -9060353 or 16760693. OLE color: 16760693.
HSL color Cylindrical-coordinate representation of color #75BFFF: hue angle of 207.83º 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 #75BFFF is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 191 | 255 | - |
| CMYK | 0.54 | 0.25 | 0 | 0 |
| HSL | 207.83º | 1% | 0.73% | - |
| HSV(B) | 207.83º | 0.54% | 1% | - |
| XYZ | 44.02 | 48.26 | 101.6 | - |
| YUV | 176.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 255 | 0.54 | 0.25 | 0 | 0 | 207.83 | 1 | 0.73 |
| Hex | 75 | BF | FF | 36 | 19 | 0 | 0 | D0 | 64 | 49 |
| Octal | 165 | 277 | 377 | 66 | 31 | 0 | 0 | 320 | 144 | 111 |
| Binary | 1110101 | 10111111 | 11111111 | 110110 | 11001 | 0 | 0 | 11010000 | 1100100 | 1001001 |
Color Harmonies of #75BFFF
Complementary color
Monochromatic Colors of #75BFFF
Black with #75BFFF
Text Example
Text Example
White with #75BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFFF; }
p { color: rgb(117,191,255); }
H1.HeaderClassName
{
color: #75BFFF;
}
.AnyTagClassName
{
color: #75BFFF;
}
</style>
background-color css
<style>
a { background-color: #75BFFF; }
a { background-color: rgb(117,191,255); }
div.DivClassName
{
background-color: #75BFFF;
}
.BgClassName
{
background-color: #75BFFF;
}
</style>
border-color css
<style>
span { border-color: #75BFFF; }
span { border-color: rgb(117,191,255); }
td.TdClassName
{
border-color: #75BFFF;
}
.TagClassName
{
border-color: #75BFFF;
}
</style>