Shades of Maya Blue #75BDF6
Tints of Maya Blue #75BDF6
RGB
CMYK
RGB Variations
Color information
#75BDF6 (or 0x75BDF6) is known color: Maya Blue. HEX triplet: 75, BD and F6. RGB value is (117,189,246). Sum of RGB (Red+Green+Blue) = 117+189+246=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #75BDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BDF6 is #8A4209. Grayscale: #ADADAD. Windows color (decimal): -9060874 or 16170357. OLE color: 16170357.
HSL color Cylindrical-coordinate representation of color #75BDF6: hue angle of 206.51º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75BDF6 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 189 | 246 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.04 |
| HSL | 206.51º | 0.88% | 0.71% | - |
| HSV(B) | 206.51º | 0.52% | 0.96% | - |
| XYZ | 42.17 | 46.83 | 94.01 | - |
| YUV | 173.97 | 168.65 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 246 | 0.52 | 0.23 | 0 | 0.04 | 206.51 | 0.88 | 0.71 |
| Hex | 75 | BD | F6 | 34 | 17 | 0 | 4 | CF | 58 | 47 |
| Octal | 165 | 275 | 366 | 64 | 27 | 0 | 4 | 317 | 130 | 107 |
| Binary | 1110101 | 10111101 | 11110110 | 110100 | 10111 | 0 | 100 | 11001111 | 1011000 | 1000111 |
Color Harmonies of #75BDF6
Complementary color
Monochromatic Colors of #75BDF6
Black with #75BDF6
Text Example
Text Example
White with #75BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BDF6; }
p { color: rgb(117,189,246); }
H1.HeaderClassName
{
color: #75BDF6;
}
.AnyTagClassName
{
color: #75BDF6;
}
</style>
background-color css
<style>
a { background-color: #75BDF6; }
a { background-color: rgb(117,189,246); }
div.DivClassName
{
background-color: #75BDF6;
}
.BgClassName
{
background-color: #75BDF6;
}
</style>
border-color css
<style>
span { border-color: #75BDF6; }
span { border-color: rgb(117,189,246); }
td.TdClassName
{
border-color: #75BDF6;
}
.TagClassName
{
border-color: #75BDF6;
}
</style>