Shades of Maya Blue #7DABFE
Tints of Maya Blue #7DABFE
RGB
CMYK
RGB Variations
Color information
#7DABFE (or 0x7DABFE) is known color: Maya Blue. HEX triplet: 7D, AB and FE. RGB value is (125,171,254). Sum of RGB (Red+Green+Blue) = 125+171+254=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DABFE is #825401. Grayscale: #A6A6A6. Windows color (decimal): -8541186 or 16690045. OLE color: 16690045.
HSL color Cylindrical-coordinate representation of color #7DABFE: hue angle of 218.6º 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 #7DABFE is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 171 | 254 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.00 |
| HSL | 218.6º | 0.98% | 0.74% | - |
| HSV(B) | 218.6º | 0.51% | 1% | - |
| XYZ | 40.91 | 40.64 | 99.45 | - |
| YUV | 166.71 | 177.26 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 254 | 0.51 | 0.33 | 0 | 0.00 | 218.6 | 0.98 | 0.74 |
| Hex | 7D | AB | FE | 33 | 21 | 0 | 0 | DB | 62 | 4A |
| Octal | 175 | 253 | 376 | 63 | 41 | 0 | 0 | 333 | 142 | 112 |
| Binary | 1111101 | 10101011 | 11111110 | 110011 | 100001 | 0 | 0 | 11011011 | 1100010 | 1001010 |
Color Harmonies of #7DABFE
Complementary color
Monochromatic Colors of #7DABFE
Black with #7DABFE
Text Example
Text Example
White with #7DABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABFE; }
p { color: rgb(125,171,254); }
H1.HeaderClassName
{
color: #7DABFE;
}
.AnyTagClassName
{
color: #7DABFE;
}
</style>
background-color css
<style>
a { background-color: #7DABFE; }
a { background-color: rgb(125,171,254); }
div.DivClassName
{
background-color: #7DABFE;
}
.BgClassName
{
background-color: #7DABFE;
}
</style>
border-color css
<style>
span { border-color: #7DABFE; }
span { border-color: rgb(125,171,254); }
td.TdClassName
{
border-color: #7DABFE;
}
.TagClassName
{
border-color: #7DABFE;
}
</style>