Shades of Maya Blue #7DADFE
Tints of Maya Blue #7DADFE
RGB
CMYK
RGB Variations
Color information
#7DADFE (or 0x7DADFE) is known color: Maya Blue. HEX triplet: 7D, AD and FE. RGB value is (125,173,254). Sum of RGB (Red+Green+Blue) = 125+173+254=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DADFE is #825201. Grayscale: #A7A7A7. Windows color (decimal): -8540674 or 16690557. OLE color: 16690557.
HSL color Cylindrical-coordinate representation of color #7DADFE: hue angle of 217.67º 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 #7DADFE is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 173 | 254 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.00 |
| HSL | 217.67º | 0.98% | 0.74% | - |
| HSV(B) | 217.67º | 0.51% | 1% | - |
| XYZ | 41.29 | 41.4 | 99.58 | - |
| YUV | 167.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 254 | 0.51 | 0.32 | 0 | 0.00 | 217.67 | 0.98 | 0.74 |
| Hex | 7D | AD | FE | 33 | 20 | 0 | 0 | DA | 62 | 4A |
| Octal | 175 | 255 | 376 | 63 | 40 | 0 | 0 | 332 | 142 | 112 |
| Binary | 1111101 | 10101101 | 11111110 | 110011 | 100000 | 0 | 0 | 11011010 | 1100010 | 1001010 |
Color Harmonies of #7DADFE
Complementary color
Monochromatic Colors of #7DADFE
Black with #7DADFE
Text Example
Text Example
White with #7DADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADFE; }
p { color: rgb(125,173,254); }
H1.HeaderClassName
{
color: #7DADFE;
}
.AnyTagClassName
{
color: #7DADFE;
}
</style>
background-color css
<style>
a { background-color: #7DADFE; }
a { background-color: rgb(125,173,254); }
div.DivClassName
{
background-color: #7DADFE;
}
.BgClassName
{
background-color: #7DADFE;
}
</style>
border-color css
<style>
span { border-color: #7DADFE; }
span { border-color: rgb(125,173,254); }
td.TdClassName
{
border-color: #7DADFE;
}
.TagClassName
{
border-color: #7DADFE;
}
</style>