Shades of Maya Blue #7CACFE
Tints of Maya Blue #7CACFE
RGB
CMYK
RGB Variations
Color information
#7CACFE (or 0x7CACFE) is known color: Maya Blue. HEX triplet: 7C, AC and FE. RGB value is (124,172,254). Sum of RGB (Red+Green+Blue) = 124+172+254=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CACFE is #835301. Grayscale: #A6A6A6. Windows color (decimal): -8606466 or 16690300. OLE color: 16690300.
HSL color Cylindrical-coordinate representation of color #7CACFE: hue angle of 217.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CACFE is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 172 | 254 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.00 |
| HSL | 217.85º | 0.98% | 0.74% | - |
| HSV(B) | 217.85º | 0.51% | 1% | - |
| XYZ | 40.95 | 40.95 | 99.51 | - |
| YUV | 167 | 177.1 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 254 | 0.51 | 0.32 | 0 | 0.00 | 217.85 | 0.98 | 0.74 |
| Hex | 7C | AC | FE | 33 | 20 | 0 | 0 | DA | 62 | 4A |
| Octal | 174 | 254 | 376 | 63 | 40 | 0 | 0 | 332 | 142 | 112 |
| Binary | 1111100 | 10101100 | 11111110 | 110011 | 100000 | 0 | 0 | 11011010 | 1100010 | 1001010 |
Color Harmonies of #7CACFE
Complementary color
Monochromatic Colors of #7CACFE
Black with #7CACFE
Text Example
Text Example
White with #7CACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CACFE; }
p { color: rgb(124,172,254); }
H1.HeaderClassName
{
color: #7CACFE;
}
.AnyTagClassName
{
color: #7CACFE;
}
</style>
background-color css
<style>
a { background-color: #7CACFE; }
a { background-color: rgb(124,172,254); }
div.DivClassName
{
background-color: #7CACFE;
}
.BgClassName
{
background-color: #7CACFE;
}
</style>
border-color css
<style>
span { border-color: #7CACFE; }
span { border-color: rgb(124,172,254); }
td.TdClassName
{
border-color: #7CACFE;
}
.TagClassName
{
border-color: #7CACFE;
}
</style>