Shades of Maya Blue #75BFFD
Tints of Maya Blue #75BFFD
RGB
CMYK
RGB Variations
Color information
#75BFFD (or 0x75BFFD) is known color: Maya Blue. HEX triplet: 75, BF and FD. RGB value is (117,191,253). Sum of RGB (Red+Green+Blue) = 117+191+253=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #75BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFFD is #8A4002. Grayscale: #AFAFAF. Windows color (decimal): -9060355 or 16629621. OLE color: 16629621.
HSL color Cylindrical-coordinate representation of color #75BFFD: hue angle of 207.35º 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 #75BFFD is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 191 | 253 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.01 |
| HSL | 207.35º | 0.97% | 0.73% | - |
| HSV(B) | 207.35º | 0.54% | 0.99% | - |
| XYZ | 43.7 | 48.14 | 99.92 | - |
| YUV | 175.94 | 171.48 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 253 | 0.54 | 0.25 | 0 | 0.01 | 207.35 | 0.97 | 0.73 |
| Hex | 75 | BF | FD | 36 | 19 | 0 | 1 | CF | 61 | 49 |
| Octal | 165 | 277 | 375 | 66 | 31 | 0 | 1 | 317 | 141 | 111 |
| Binary | 1110101 | 10111111 | 11111101 | 110110 | 11001 | 0 | 1 | 11001111 | 1100001 | 1001001 |
Color Harmonies of #75BFFD
Complementary color
Monochromatic Colors of #75BFFD
Black with #75BFFD
Text Example
Text Example
White with #75BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFFD; }
p { color: rgb(117,191,253); }
H1.HeaderClassName
{
color: #75BFFD;
}
.AnyTagClassName
{
color: #75BFFD;
}
</style>
background-color css
<style>
a { background-color: #75BFFD; }
a { background-color: rgb(117,191,253); }
div.DivClassName
{
background-color: #75BFFD;
}
.BgClassName
{
background-color: #75BFFD;
}
</style>
border-color css
<style>
span { border-color: #75BFFD; }
span { border-color: rgb(117,191,253); }
td.TdClassName
{
border-color: #75BFFD;
}
.TagClassName
{
border-color: #75BFFD;
}
</style>