Shades of Maya Blue #7DB7F1
Tints of Maya Blue #7DB7F1
RGB
CMYK
RGB Variations
Color information
#7DB7F1 (or 0x7DB7F1) is known color: Maya Blue. HEX triplet: 7D, B7 and F1. RGB value is (125,183,241). Sum of RGB (Red+Green+Blue) = 125+183+241=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DB7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB7F1 is #82480E. Grayscale: #ABABAB. Windows color (decimal): -8538127 or 15841149. OLE color: 15841149.
HSL color Cylindrical-coordinate representation of color #7DB7F1: hue angle of 210º 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 #7DB7F1 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 183 | 241 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.05 |
| HSL | 210º | 0.81% | 0.72% | - |
| HSV(B) | 210º | 0.48% | 0.95% | - |
| XYZ | 41.27 | 44.58 | 89.65 | - |
| YUV | 172.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 241 | 0.48 | 0.24 | 0 | 0.05 | 210 | 0.81 | 0.72 |
| Hex | 7D | B7 | F1 | 30 | 18 | 0 | 5 | D2 | 51 | 48 |
| Octal | 175 | 267 | 361 | 60 | 30 | 0 | 5 | 322 | 121 | 110 |
| Binary | 1111101 | 10110111 | 11110001 | 110000 | 11000 | 0 | 101 | 11010010 | 1010001 | 1001000 |
Color Harmonies of #7DB7F1
Complementary color
Monochromatic Colors of #7DB7F1
Black with #7DB7F1
Text Example
Text Example
White with #7DB7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB7F1; }
p { color: rgb(125,183,241); }
H1.HeaderClassName
{
color: #7DB7F1;
}
.AnyTagClassName
{
color: #7DB7F1;
}
</style>
background-color css
<style>
a { background-color: #7DB7F1; }
a { background-color: rgb(125,183,241); }
div.DivClassName
{
background-color: #7DB7F1;
}
.BgClassName
{
background-color: #7DB7F1;
}
</style>
border-color css
<style>
span { border-color: #7DB7F1; }
span { border-color: rgb(125,183,241); }
td.TdClassName
{
border-color: #7DB7F1;
}
.TagClassName
{
border-color: #7DB7F1;
}
</style>