Shades of Maya Blue #7DAEFD
Tints of Maya Blue #7DAEFD
RGB
CMYK
RGB Variations
Color information
#7DAEFD (or 0x7DAEFD) is known color: Maya Blue. HEX triplet: 7D, AE and FD. RGB value is (125,174,253). Sum of RGB (Red+Green+Blue) = 125+174+253=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 174 (68.36% from 255 or 31.52% 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 #7DAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEFD is #825102. Grayscale: #A7A7A7. Windows color (decimal): -8540419 or 16625277. OLE color: 16625277.
HSL color Cylindrical-coordinate representation of color #7DAEFD: hue angle of 217.03º 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 #7DAEFD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 174 | 253 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.01 |
| HSL | 217.03º | 0.97% | 0.74% | - |
| HSV(B) | 217.03º | 0.51% | 0.99% | - |
| XYZ | 41.32 | 41.72 | 98.8 | - |
| YUV | 168.36 | 175.77 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 253 | 0.51 | 0.31 | 0 | 0.01 | 217.03 | 0.97 | 0.74 |
| Hex | 7D | AE | FD | 33 | 1F | 0 | 1 | D9 | 61 | 4A |
| Octal | 175 | 256 | 375 | 63 | 37 | 0 | 1 | 331 | 141 | 112 |
| Binary | 1111101 | 10101110 | 11111101 | 110011 | 11111 | 0 | 1 | 11011001 | 1100001 | 1001010 |
Color Harmonies of #7DAEFD
Complementary color
Monochromatic Colors of #7DAEFD
Black with #7DAEFD
Text Example
Text Example
White with #7DAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAEFD; }
p { color: rgb(125,174,253); }
H1.HeaderClassName
{
color: #7DAEFD;
}
.AnyTagClassName
{
color: #7DAEFD;
}
</style>
background-color css
<style>
a { background-color: #7DAEFD; }
a { background-color: rgb(125,174,253); }
div.DivClassName
{
background-color: #7DAEFD;
}
.BgClassName
{
background-color: #7DAEFD;
}
</style>
border-color css
<style>
span { border-color: #7DAEFD; }
span { border-color: rgb(125,174,253); }
td.TdClassName
{
border-color: #7DAEFD;
}
.TagClassName
{
border-color: #7DAEFD;
}
</style>