Shades of Maya Blue #7DACFE
Tints of Maya Blue #7DACFE
RGB
CMYK
RGB Variations
Color information
#7DACFE (or 0x7DACFE) is known color: Maya Blue. HEX triplet: 7D, AC and FE. RGB value is (125,172,254). Sum of RGB (Red+Green+Blue) = 125+172+254=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DACFE is #825301. Grayscale: #A6A6A6. Windows color (decimal): -8540930 or 16690301. OLE color: 16690301.
HSL color Cylindrical-coordinate representation of color #7DACFE: hue angle of 218.14º 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 #7DACFE is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 172 | 254 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.00 |
| HSL | 218.14º | 0.98% | 0.74% | - |
| HSV(B) | 218.14º | 0.51% | 1% | - |
| XYZ | 41.1 | 41.02 | 99.52 | - |
| YUV | 167.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 254 | 0.51 | 0.32 | 0 | 0.00 | 218.14 | 0.98 | 0.74 |
| Hex | 7D | AC | FE | 33 | 20 | 0 | 0 | DA | 62 | 4A |
| Octal | 175 | 254 | 376 | 63 | 40 | 0 | 0 | 332 | 142 | 112 |
| Binary | 1111101 | 10101100 | 11111110 | 110011 | 100000 | 0 | 0 | 11011010 | 1100010 | 1001010 |
Color Harmonies of #7DACFE
Complementary color
Monochromatic Colors of #7DACFE
Black with #7DACFE
Text Example
Text Example
White with #7DACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACFE; }
p { color: rgb(125,172,254); }
H1.HeaderClassName
{
color: #7DACFE;
}
.AnyTagClassName
{
color: #7DACFE;
}
</style>
background-color css
<style>
a { background-color: #7DACFE; }
a { background-color: rgb(125,172,254); }
div.DivClassName
{
background-color: #7DACFE;
}
.BgClassName
{
background-color: #7DACFE;
}
</style>
border-color css
<style>
span { border-color: #7DACFE; }
span { border-color: rgb(125,172,254); }
td.TdClassName
{
border-color: #7DACFE;
}
.TagClassName
{
border-color: #7DACFE;
}
</style>