Shades of Maya Blue #75AFFD
Tints of Maya Blue #75AFFD
RGB
CMYK
RGB Variations
Color information
#75AFFD (or 0x75AFFD) is known color: Maya Blue. HEX triplet: 75, AF and FD. RGB value is (117,175,253). Sum of RGB (Red+Green+Blue) = 117+175+253=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #75AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AFFD is #8A5002. Grayscale: #A6A6A6. Windows color (decimal): -9064451 or 16625525. OLE color: 16625525.
HSL color Cylindrical-coordinate representation of color #75AFFD: hue angle of 214.41º 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 #75AFFD is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 175 | 253 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.01 |
| HSL | 214.41º | 0.97% | 0.73% | - |
| HSV(B) | 214.41º | 0.54% | 0.99% | - |
| XYZ | 40.4 | 41.53 | 98.82 | - |
| YUV | 166.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 253 | 0.54 | 0.31 | 0 | 0.01 | 214.41 | 0.97 | 0.73 |
| Hex | 75 | AF | FD | 36 | 1F | 0 | 1 | D6 | 61 | 49 |
| Octal | 165 | 257 | 375 | 66 | 37 | 0 | 1 | 326 | 141 | 111 |
| Binary | 1110101 | 10101111 | 11111101 | 110110 | 11111 | 0 | 1 | 11010110 | 1100001 | 1001001 |
Color Harmonies of #75AFFD
Complementary color
Monochromatic Colors of #75AFFD
Black with #75AFFD
Text Example
Text Example
White with #75AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AFFD; }
p { color: rgb(117,175,253); }
H1.HeaderClassName
{
color: #75AFFD;
}
.AnyTagClassName
{
color: #75AFFD;
}
</style>
background-color css
<style>
a { background-color: #75AFFD; }
a { background-color: rgb(117,175,253); }
div.DivClassName
{
background-color: #75AFFD;
}
.BgClassName
{
background-color: #75AFFD;
}
</style>
border-color css
<style>
span { border-color: #75AFFD; }
span { border-color: rgb(117,175,253); }
td.TdClassName
{
border-color: #75AFFD;
}
.TagClassName
{
border-color: #75AFFD;
}
</style>