Shades of Maya Blue #7DABFF
Tints of Maya Blue #7DABFF
RGB
CMYK
RGB Variations
Color information
#7DABFF (or 0x7DABFF) is known color: Maya Blue. HEX triplet: 7D, AB and FF. RGB value is (125,171,255). Sum of RGB (Red+Green+Blue) = 125+171+255=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DABFF is #825400. Grayscale: #A6A6A6. Windows color (decimal): -8541185 or 16755581. OLE color: 16755581.
HSL color Cylindrical-coordinate representation of color #7DABFF: hue angle of 218.77º 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 #7DABFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 171 | 255 | - |
| CMYK | 0.51 | 0.33 | 0 | 0 |
| HSL | 218.77º | 1% | 0.75% | - |
| HSV(B) | 218.77º | 0.51% | 1% | - |
| XYZ | 41.07 | 40.71 | 100.3 | - |
| YUV | 166.82 | 177.76 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 255 | 0.51 | 0.33 | 0 | 0 | 218.77 | 1 | 0.75 |
| Hex | 7D | AB | FF | 33 | 21 | 0 | 0 | DB | 64 | 4B |
| Octal | 175 | 253 | 377 | 63 | 41 | 0 | 0 | 333 | 144 | 113 |
| Binary | 1111101 | 10101011 | 11111111 | 110011 | 100001 | 0 | 0 | 11011011 | 1100100 | 1001011 |
Color Harmonies of #7DABFF
Complementary color
Monochromatic Colors of #7DABFF
Black with #7DABFF
Text Example
Text Example
White with #7DABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABFF; }
p { color: rgb(125,171,255); }
H1.HeaderClassName
{
color: #7DABFF;
}
.AnyTagClassName
{
color: #7DABFF;
}
</style>
background-color css
<style>
a { background-color: #7DABFF; }
a { background-color: rgb(125,171,255); }
div.DivClassName
{
background-color: #7DABFF;
}
.BgClassName
{
background-color: #7DABFF;
}
</style>
border-color css
<style>
span { border-color: #7DABFF; }
span { border-color: rgb(125,171,255); }
td.TdClassName
{
border-color: #7DABFF;
}
.TagClassName
{
border-color: #7DABFF;
}
</style>