Shades of Maya Blue #7DC0F1
Tints of Maya Blue #7DC0F1
RGB
CMYK
RGB Variations
Color information
#7DC0F1 (or 0x7DC0F1) is known color: Maya Blue. HEX triplet: 7D, C0 and F1. RGB value is (125,192,241). Sum of RGB (Red+Green+Blue) = 125+192+241=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DC0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC0F1 is #823F0E. Grayscale: #B1B1B1. Windows color (decimal): -8535823 or 15843453. OLE color: 15843453.
HSL color Cylindrical-coordinate representation of color #7DC0F1: hue angle of 205.34º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DC0F1 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 192 | 241 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.05 |
| HSL | 205.34º | 0.81% | 0.72% | - |
| HSV(B) | 205.34º | 0.48% | 0.95% | - |
| XYZ | 43.18 | 48.41 | 90.29 | - |
| YUV | 177.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 241 | 0.48 | 0.20 | 0 | 0.05 | 205.34 | 0.81 | 0.72 |
| Hex | 7D | C0 | F1 | 30 | 14 | 0 | 5 | CD | 51 | 48 |
| Octal | 175 | 300 | 361 | 60 | 24 | 0 | 5 | 315 | 121 | 110 |
| Binary | 1111101 | 11000000 | 11110001 | 110000 | 10100 | 0 | 101 | 11001101 | 1010001 | 1001000 |
Color Harmonies of #7DC0F1
Complementary color
Monochromatic Colors of #7DC0F1
Black with #7DC0F1
Text Example
Text Example
White with #7DC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0F1; }
p { color: rgb(125,192,241); }
H1.HeaderClassName
{
color: #7DC0F1;
}
.AnyTagClassName
{
color: #7DC0F1;
}
</style>
background-color css
<style>
a { background-color: #7DC0F1; }
a { background-color: rgb(125,192,241); }
div.DivClassName
{
background-color: #7DC0F1;
}
.BgClassName
{
background-color: #7DC0F1;
}
</style>
border-color css
<style>
span { border-color: #7DC0F1; }
span { border-color: rgb(125,192,241); }
td.TdClassName
{
border-color: #7DC0F1;
}
.TagClassName
{
border-color: #7DC0F1;
}
</style>