Shades of Maya Blue #7DB3FA
Tints of Maya Blue #7DB3FA
RGB
CMYK
RGB Variations
Color information
#7DB3FA (or 0x7DB3FA) is known color: Maya Blue. HEX triplet: 7D, B3 and FA. RGB value is (125,179,250). Sum of RGB (Red+Green+Blue) = 125+179+250=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DB3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB3FA is #824C05. Grayscale: #AAAAAA. Windows color (decimal): -8539142 or 16429949. OLE color: 16429949.
HSL color Cylindrical-coordinate representation of color #7DB3FA: hue angle of 214.08º 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 #7DB3FA is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 179 | 250 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.02 |
| HSL | 214.08º | 0.93% | 0.74% | - |
| HSV(B) | 214.08º | 0.5% | 0.98% | - |
| XYZ | 41.83 | 43.5 | 96.63 | - |
| YUV | 170.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 250 | 0.50 | 0.28 | 0 | 0.02 | 214.08 | 0.93 | 0.74 |
| Hex | 7D | B3 | FA | 32 | 1C | 0 | 2 | D6 | 5D | 4A |
| Octal | 175 | 263 | 372 | 62 | 34 | 0 | 2 | 326 | 135 | 112 |
| Binary | 1111101 | 10110011 | 11111010 | 110010 | 11100 | 0 | 10 | 11010110 | 1011101 | 1001010 |
Color Harmonies of #7DB3FA
Complementary color
Monochromatic Colors of #7DB3FA
Black with #7DB3FA
Text Example
Text Example
White with #7DB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB3FA; }
p { color: rgb(125,179,250); }
H1.HeaderClassName
{
color: #7DB3FA;
}
.AnyTagClassName
{
color: #7DB3FA;
}
</style>
background-color css
<style>
a { background-color: #7DB3FA; }
a { background-color: rgb(125,179,250); }
div.DivClassName
{
background-color: #7DB3FA;
}
.BgClassName
{
background-color: #7DB3FA;
}
</style>
border-color css
<style>
span { border-color: #7DB3FA; }
span { border-color: rgb(125,179,250); }
td.TdClassName
{
border-color: #7DB3FA;
}
.TagClassName
{
border-color: #7DB3FA;
}
</style>