Shades of Maya Blue #7CAFFD
Tints of Maya Blue #7CAFFD
RGB
CMYK
RGB Variations
Color information
#7CAFFD (or 0x7CAFFD) is known color: Maya Blue. HEX triplet: 7C, AF and FD. RGB value is (124,175,253). Sum of RGB (Red+Green+Blue) = 124+175+253=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CAFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFFD is #835002. Grayscale: #A8A8A8. Windows color (decimal): -8605699 or 16625532. OLE color: 16625532.
HSL color Cylindrical-coordinate representation of color #7CAFFD: hue angle of 216.28º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CAFFD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 175 | 253 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.01 |
| HSL | 216.28º | 0.97% | 0.74% | - |
| HSV(B) | 216.28º | 0.51% | 0.99% | - |
| XYZ | 41.37 | 42.04 | 98.86 | - |
| YUV | 168.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 253 | 0.51 | 0.31 | 0 | 0.01 | 216.28 | 0.97 | 0.74 |
| Hex | 7C | AF | FD | 33 | 1F | 0 | 1 | D8 | 61 | 4A |
| Octal | 174 | 257 | 375 | 63 | 37 | 0 | 1 | 330 | 141 | 112 |
| Binary | 1111100 | 10101111 | 11111101 | 110011 | 11111 | 0 | 1 | 11011000 | 1100001 | 1001010 |
Color Harmonies of #7CAFFD
Complementary color
Monochromatic Colors of #7CAFFD
Black with #7CAFFD
Text Example
Text Example
White with #7CAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFFD; }
p { color: rgb(124,175,253); }
H1.HeaderClassName
{
color: #7CAFFD;
}
.AnyTagClassName
{
color: #7CAFFD;
}
</style>
background-color css
<style>
a { background-color: #7CAFFD; }
a { background-color: rgb(124,175,253); }
div.DivClassName
{
background-color: #7CAFFD;
}
.BgClassName
{
background-color: #7CAFFD;
}
</style>
border-color css
<style>
span { border-color: #7CAFFD; }
span { border-color: rgb(124,175,253); }
td.TdClassName
{
border-color: #7CAFFD;
}
.TagClassName
{
border-color: #7CAFFD;
}
</style>