Shades of Maya Blue #75C0FD
Tints of Maya Blue #75C0FD
RGB
CMYK
RGB Variations
Color information
#75C0FD (or 0x75C0FD) is known color: Maya Blue. HEX triplet: 75, C0 and FD. RGB value is (117,192,253). Sum of RGB (Red+Green+Blue) = 117+192+253=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #75C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C0FD is #8A3F02. Grayscale: #B0B0B0. Windows color (decimal): -9060099 or 16629877. OLE color: 16629877.
HSL color Cylindrical-coordinate representation of color #75C0FD: hue angle of 206.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75C0FD is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 192 | 253 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.01 |
| HSL | 206.91º | 0.97% | 0.73% | - |
| HSV(B) | 206.91º | 0.54% | 0.99% | - |
| XYZ | 43.92 | 48.57 | 99.99 | - |
| YUV | 176.53 | 171.15 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 253 | 0.54 | 0.24 | 0 | 0.01 | 206.91 | 0.97 | 0.73 |
| Hex | 75 | C0 | FD | 36 | 18 | 0 | 1 | CF | 61 | 49 |
| Octal | 165 | 300 | 375 | 66 | 30 | 0 | 1 | 317 | 141 | 111 |
| Binary | 1110101 | 11000000 | 11111101 | 110110 | 11000 | 0 | 1 | 11001111 | 1100001 | 1001001 |
Color Harmonies of #75C0FD
Complementary color
Monochromatic Colors of #75C0FD
Black with #75C0FD
Text Example
Text Example
White with #75C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C0FD; }
p { color: rgb(117,192,253); }
H1.HeaderClassName
{
color: #75C0FD;
}
.AnyTagClassName
{
color: #75C0FD;
}
</style>
background-color css
<style>
a { background-color: #75C0FD; }
a { background-color: rgb(117,192,253); }
div.DivClassName
{
background-color: #75C0FD;
}
.BgClassName
{
background-color: #75C0FD;
}
</style>
border-color css
<style>
span { border-color: #75C0FD; }
span { border-color: rgb(117,192,253); }
td.TdClassName
{
border-color: #75C0FD;
}
.TagClassName
{
border-color: #75C0FD;
}
</style>