Shades of Maya Blue #7DADFF
Tints of Maya Blue #7DADFF
RGB
CMYK
RGB Variations
Color information
#7DADFF (or 0x7DADFF) is known color: Maya Blue. HEX triplet: 7D, AD and FF. RGB value is (125,173,255). Sum of RGB (Red+Green+Blue) = 125+173+255=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DADFF is #825200. Grayscale: #A7A7A7. Windows color (decimal): -8540673 or 16756093. OLE color: 16756093.
HSL color Cylindrical-coordinate representation of color #7DADFF: hue angle of 217.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DADFF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 173 | 255 | - |
| CMYK | 0.51 | 0.32 | 0 | 0 |
| HSL | 217.85º | 1% | 0.75% | - |
| HSV(B) | 217.85º | 0.51% | 1% | - |
| XYZ | 41.45 | 41.47 | 100.43 | - |
| YUV | 168 | 177.1 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 255 | 0.51 | 0.32 | 0 | 0 | 217.85 | 1 | 0.75 |
| Hex | 7D | AD | FF | 33 | 20 | 0 | 0 | DA | 64 | 4B |
| Octal | 175 | 255 | 377 | 63 | 40 | 0 | 0 | 332 | 144 | 113 |
| Binary | 1111101 | 10101101 | 11111111 | 110011 | 100000 | 0 | 0 | 11011010 | 1100100 | 1001011 |
Color Harmonies of #7DADFF
Complementary color
Monochromatic Colors of #7DADFF
Black with #7DADFF
Text Example
Text Example
White with #7DADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADFF; }
p { color: rgb(125,173,255); }
H1.HeaderClassName
{
color: #7DADFF;
}
.AnyTagClassName
{
color: #7DADFF;
}
</style>
background-color css
<style>
a { background-color: #7DADFF; }
a { background-color: rgb(125,173,255); }
div.DivClassName
{
background-color: #7DADFF;
}
.BgClassName
{
background-color: #7DADFF;
}
</style>
border-color css
<style>
span { border-color: #7DADFF; }
span { border-color: rgb(125,173,255); }
td.TdClassName
{
border-color: #7DADFF;
}
.TagClassName
{
border-color: #7DADFF;
}
</style>