Shades of Maya Blue #7DBAFA
Tints of Maya Blue #7DBAFA
RGB
CMYK
RGB Variations
Color information
#7DBAFA (or 0x7DBAFA) is known color: Maya Blue. HEX triplet: 7D, BA and FA. RGB value is (125,186,250). Sum of RGB (Red+Green+Blue) = 125+186+250=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFA is #824505. Grayscale: #AEAEAE. Windows color (decimal): -8537350 or 16431741. OLE color: 16431741.
HSL color Cylindrical-coordinate representation of color #7DBAFA: hue angle of 210.72º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBAFA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 186 | 250 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.02 |
| HSL | 210.72º | 0.93% | 0.74% | - |
| HSV(B) | 210.72º | 0.5% | 0.98% | - |
| XYZ | 43.27 | 46.38 | 97.11 | - |
| YUV | 175.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 250 | 0.50 | 0.26 | 0 | 0.02 | 210.72 | 0.93 | 0.74 |
| Hex | 7D | BA | FA | 32 | 1A | 0 | 2 | D3 | 5D | 4A |
| Octal | 175 | 272 | 372 | 62 | 32 | 0 | 2 | 323 | 135 | 112 |
| Binary | 1111101 | 10111010 | 11111010 | 110010 | 11010 | 0 | 10 | 11010011 | 1011101 | 1001010 |
Color Harmonies of #7DBAFA
Complementary color
Monochromatic Colors of #7DBAFA
Black with #7DBAFA
Text Example
Text Example
White with #7DBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAFA; }
p { color: rgb(125,186,250); }
H1.HeaderClassName
{
color: #7DBAFA;
}
.AnyTagClassName
{
color: #7DBAFA;
}
</style>
background-color css
<style>
a { background-color: #7DBAFA; }
a { background-color: rgb(125,186,250); }
div.DivClassName
{
background-color: #7DBAFA;
}
.BgClassName
{
background-color: #7DBAFA;
}
</style>
border-color css
<style>
span { border-color: #7DBAFA; }
span { border-color: rgb(125,186,250); }
td.TdClassName
{
border-color: #7DBAFA;
}
.TagClassName
{
border-color: #7DBAFA;
}
</style>