Shades of Maya Blue #7CAFFF
Tints of Maya Blue #7CAFFF
RGB
CMYK
RGB Variations
Color information
#7CAFFF (or 0x7CAFFF) is known color: Maya Blue. HEX triplet: 7C, AF and FF. RGB value is (124,175,255). Sum of RGB (Red+Green+Blue) = 124+175+255=554 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.38% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFFF is #835000. Grayscale: #A8A8A8. Windows color (decimal): -8605697 or 16756604. OLE color: 16756604.
HSL color Cylindrical-coordinate representation of color #7CAFFF: hue angle of 216.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CAFFF is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 175 | 255 | - |
| CMYK | 0.51 | 0.31 | 0 | 0 |
| HSL | 216.64º | 1% | 0.74% | - |
| HSV(B) | 216.64º | 0.51% | 1% | - |
| XYZ | 41.69 | 42.17 | 100.55 | - |
| YUV | 168.87 | 176.6 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 255 | 0.51 | 0.31 | 0 | 0 | 216.64 | 1 | 0.74 |
| Hex | 7C | AF | FF | 33 | 1F | 0 | 0 | D9 | 64 | 4A |
| Octal | 174 | 257 | 377 | 63 | 37 | 0 | 0 | 331 | 144 | 112 |
| Binary | 1111100 | 10101111 | 11111111 | 110011 | 11111 | 0 | 0 | 11011001 | 1100100 | 1001010 |
Color Harmonies of #7CAFFF
Complementary color
Monochromatic Colors of #7CAFFF
Black with #7CAFFF
Text Example
Text Example
White with #7CAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFFF; }
p { color: rgb(124,175,255); }
H1.HeaderClassName
{
color: #7CAFFF;
}
.AnyTagClassName
{
color: #7CAFFF;
}
</style>
background-color css
<style>
a { background-color: #7CAFFF; }
a { background-color: rgb(124,175,255); }
div.DivClassName
{
background-color: #7CAFFF;
}
.BgClassName
{
background-color: #7CAFFF;
}
</style>
border-color css
<style>
span { border-color: #7CAFFF; }
span { border-color: rgb(124,175,255); }
td.TdClassName
{
border-color: #7CAFFF;
}
.TagClassName
{
border-color: #7CAFFF;
}
</style>