Shades of Maya Blue #75D0FE
Tints of Maya Blue #75D0FE
RGB
CMYK
RGB Variations
Color information
#75D0FE (or 0x75D0FE) is known color: Maya Blue. HEX triplet: 75, D0 and FE. RGB value is (117,208,254). Sum of RGB (Red+Green+Blue) = 117+208+254=579 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.21% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #75D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D0FE is #8A2F01. Grayscale: #B9B9B9. Windows color (decimal): -9056002 or 16699509. OLE color: 16699509.
HSL color Cylindrical-coordinate representation of color #75D0FE: hue angle of 200.15º 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 #75D0FE is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 208 | 254 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.00 |
| HSL | 200.15º | 0.99% | 0.73% | - |
| HSV(B) | 200.15º | 0.54% | 1% | - |
| XYZ | 47.78 | 56.05 | 102.07 | - |
| YUV | 186.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 254 | 0.54 | 0.18 | 0 | 0.00 | 200.15 | 0.99 | 0.73 |
| Hex | 75 | D0 | FE | 36 | 12 | 0 | 0 | C8 | 63 | 49 |
| Octal | 165 | 320 | 376 | 66 | 22 | 0 | 0 | 310 | 143 | 111 |
| Binary | 1110101 | 11010000 | 11111110 | 110110 | 10010 | 0 | 0 | 11001000 | 1100011 | 1001001 |
Color Harmonies of #75D0FE
Complementary color
Monochromatic Colors of #75D0FE
Black with #75D0FE
Text Example
Text Example
White with #75D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D0FE; }
p { color: rgb(117,208,254); }
H1.HeaderClassName
{
color: #75D0FE;
}
.AnyTagClassName
{
color: #75D0FE;
}
</style>
background-color css
<style>
a { background-color: #75D0FE; }
a { background-color: rgb(117,208,254); }
div.DivClassName
{
background-color: #75D0FE;
}
.BgClassName
{
background-color: #75D0FE;
}
</style>
border-color css
<style>
span { border-color: #75D0FE; }
span { border-color: rgb(117,208,254); }
td.TdClassName
{
border-color: #75D0FE;
}
.TagClassName
{
border-color: #75D0FE;
}
</style>