Shades of Maya Blue #7CAEFD
Tints of Maya Blue #7CAEFD
RGB
CMYK
RGB Variations
Color information
#7CAEFD (or 0x7CAEFD) is known color: Maya Blue. HEX triplet: 7C, AE and FD. RGB value is (124,174,253). Sum of RGB (Red+Green+Blue) = 124+174+253=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAEFD is #835102. Grayscale: #A7A7A7. Windows color (decimal): -8605955 or 16625276. OLE color: 16625276.
HSL color Cylindrical-coordinate representation of color #7CAEFD: hue angle of 216.74º 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 #7CAEFD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 174 | 253 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.01 |
| HSL | 216.74º | 0.97% | 0.74% | - |
| HSV(B) | 216.74º | 0.51% | 0.99% | - |
| XYZ | 41.18 | 41.65 | 98.8 | - |
| YUV | 168.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 253 | 0.51 | 0.31 | 0 | 0.01 | 216.74 | 0.97 | 0.74 |
| Hex | 7C | AE | FD | 33 | 1F | 0 | 1 | D9 | 61 | 4A |
| Octal | 174 | 256 | 375 | 63 | 37 | 0 | 1 | 331 | 141 | 112 |
| Binary | 1111100 | 10101110 | 11111101 | 110011 | 11111 | 0 | 1 | 11011001 | 1100001 | 1001010 |
Color Harmonies of #7CAEFD
Complementary color
Monochromatic Colors of #7CAEFD
Black with #7CAEFD
Text Example
Text Example
White with #7CAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAEFD; }
p { color: rgb(124,174,253); }
H1.HeaderClassName
{
color: #7CAEFD;
}
.AnyTagClassName
{
color: #7CAEFD;
}
</style>
background-color css
<style>
a { background-color: #7CAEFD; }
a { background-color: rgb(124,174,253); }
div.DivClassName
{
background-color: #7CAEFD;
}
.BgClassName
{
background-color: #7CAEFD;
}
</style>
border-color css
<style>
span { border-color: #7CAEFD; }
span { border-color: rgb(124,174,253); }
td.TdClassName
{
border-color: #7CAEFD;
}
.TagClassName
{
border-color: #7CAEFD;
}
</style>