Shades of Maya Blue #75D0FF
Tints of Maya Blue #75D0FF
RGB
CMYK
RGB Variations
Color information
#75D0FF (or 0x75D0FF) is known color: Maya Blue. HEX triplet: 75, D0 and FF. RGB value is (117,208,255). Sum of RGB (Red+Green+Blue) = 117+208+255=580 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.17% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #75D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D0FF is #8A2F00. Grayscale: #B9B9B9. Windows color (decimal): -9056001 or 16765045. OLE color: 16765045.
HSL color Cylindrical-coordinate representation of color #75D0FF: hue angle of 200.43º 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 #75D0FF is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 208 | 255 | - |
| CMYK | 0.54 | 0.18 | 0 | 0 |
| HSL | 200.43º | 1% | 0.73% | - |
| HSV(B) | 200.43º | 0.54% | 1% | - |
| XYZ | 47.94 | 56.11 | 102.91 | - |
| YUV | 186.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 255 | 0.54 | 0.18 | 0 | 0 | 200.43 | 1 | 0.73 |
| Hex | 75 | D0 | FF | 36 | 12 | 0 | 0 | C8 | 64 | 49 |
| Octal | 165 | 320 | 377 | 66 | 22 | 0 | 0 | 310 | 144 | 111 |
| Binary | 1110101 | 11010000 | 11111111 | 110110 | 10010 | 0 | 0 | 11001000 | 1100100 | 1001001 |
Color Harmonies of #75D0FF
Complementary color
Monochromatic Colors of #75D0FF
Black with #75D0FF
Text Example
Text Example
White with #75D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D0FF; }
p { color: rgb(117,208,255); }
H1.HeaderClassName
{
color: #75D0FF;
}
.AnyTagClassName
{
color: #75D0FF;
}
</style>
background-color css
<style>
a { background-color: #75D0FF; }
a { background-color: rgb(117,208,255); }
div.DivClassName
{
background-color: #75D0FF;
}
.BgClassName
{
background-color: #75D0FF;
}
</style>
border-color css
<style>
span { border-color: #75D0FF; }
span { border-color: rgb(117,208,255); }
td.TdClassName
{
border-color: #75D0FF;
}
.TagClassName
{
border-color: #75D0FF;
}
</style>