Shades of Maya Blue #7DC5FA
Tints of Maya Blue #7DC5FA
RGB
CMYK
RGB Variations
Color information
#7DC5FA (or 0x7DC5FA) is known color: Maya Blue. HEX triplet: 7D, C5 and FA. RGB value is (125,197,250). Sum of RGB (Red+Green+Blue) = 125+197+250=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DC5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC5FA is #823A05. Grayscale: #B5B5B5. Windows color (decimal): -8534534 or 16434557. OLE color: 16434557.
HSL color Cylindrical-coordinate representation of color #7DC5FA: hue angle of 205.44º 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 #7DC5FA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 197 | 250 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.02 |
| HSL | 205.44º | 0.93% | 0.74% | - |
| HSV(B) | 205.44º | 0.5% | 0.98% | - |
| XYZ | 45.68 | 51.19 | 97.92 | - |
| YUV | 181.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 250 | 0.50 | 0.21 | 0 | 0.02 | 205.44 | 0.93 | 0.74 |
| Hex | 7D | C5 | FA | 32 | 15 | 0 | 2 | CD | 5D | 4A |
| Octal | 175 | 305 | 372 | 62 | 25 | 0 | 2 | 315 | 135 | 112 |
| Binary | 1111101 | 11000101 | 11111010 | 110010 | 10101 | 0 | 10 | 11001101 | 1011101 | 1001010 |
Color Harmonies of #7DC5FA
Complementary color
Monochromatic Colors of #7DC5FA
Black with #7DC5FA
Text Example
Text Example
White with #7DC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC5FA; }
p { color: rgb(125,197,250); }
H1.HeaderClassName
{
color: #7DC5FA;
}
.AnyTagClassName
{
color: #7DC5FA;
}
</style>
background-color css
<style>
a { background-color: #7DC5FA; }
a { background-color: rgb(125,197,250); }
div.DivClassName
{
background-color: #7DC5FA;
}
.BgClassName
{
background-color: #7DC5FA;
}
</style>
border-color css
<style>
span { border-color: #7DC5FA; }
span { border-color: rgb(125,197,250); }
td.TdClassName
{
border-color: #7DC5FA;
}
.TagClassName
{
border-color: #7DC5FA;
}
</style>