Shades of Maya Blue #7DB2FA
Tints of Maya Blue #7DB2FA
RGB
CMYK
RGB Variations
Color information
#7DB2FA (or 0x7DB2FA) is known color: Maya Blue. HEX triplet: 7D, B2 and FA. RGB value is (125,178,250). Sum of RGB (Red+Green+Blue) = 125+178+250=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB2FA is #824D05. Grayscale: #AAAAAA. Windows color (decimal): -8539398 or 16429693. OLE color: 16429693.
HSL color Cylindrical-coordinate representation of color #7DB2FA: hue angle of 214.56º 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 #7DB2FA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 178 | 250 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.02 |
| HSL | 214.56º | 0.93% | 0.74% | - |
| HSV(B) | 214.56º | 0.5% | 0.98% | - |
| XYZ | 41.63 | 43.1 | 96.57 | - |
| YUV | 170.36 | 172.94 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 250 | 0.50 | 0.29 | 0 | 0.02 | 214.56 | 0.93 | 0.74 |
| Hex | 7D | B2 | FA | 32 | 1D | 0 | 2 | D7 | 5D | 4A |
| Octal | 175 | 262 | 372 | 62 | 35 | 0 | 2 | 327 | 135 | 112 |
| Binary | 1111101 | 10110010 | 11111010 | 110010 | 11101 | 0 | 10 | 11010111 | 1011101 | 1001010 |
Color Harmonies of #7DB2FA
Complementary color
Monochromatic Colors of #7DB2FA
Black with #7DB2FA
Text Example
Text Example
White with #7DB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2FA; }
p { color: rgb(125,178,250); }
H1.HeaderClassName
{
color: #7DB2FA;
}
.AnyTagClassName
{
color: #7DB2FA;
}
</style>
background-color css
<style>
a { background-color: #7DB2FA; }
a { background-color: rgb(125,178,250); }
div.DivClassName
{
background-color: #7DB2FA;
}
.BgClassName
{
background-color: #7DB2FA;
}
</style>
border-color css
<style>
span { border-color: #7DB2FA; }
span { border-color: rgb(125,178,250); }
td.TdClassName
{
border-color: #7DB2FA;
}
.TagClassName
{
border-color: #7DB2FA;
}
</style>