Shades of Maya Blue #7DB3F9
Tints of Maya Blue #7DB3F9
RGB
CMYK
RGB Variations
Color information
#7DB3F9 (or 0x7DB3F9) is known color: Maya Blue. HEX triplet: 7D, B3 and F9. RGB value is (125,179,249). Sum of RGB (Red+Green+Blue) = 125+179+249=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #7DB3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB3F9 is #824C06. Grayscale: #AAAAAA. Windows color (decimal): -8539143 or 16364413. OLE color: 16364413.
HSL color Cylindrical-coordinate representation of color #7DB3F9: hue angle of 213.87º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB3F9 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 179 | 249 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.02 |
| HSL | 213.87º | 0.91% | 0.73% | - |
| HSV(B) | 213.87º | 0.5% | 0.98% | - |
| XYZ | 41.68 | 43.44 | 95.81 | - |
| YUV | 170.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 249 | 0.50 | 0.28 | 0 | 0.02 | 213.87 | 0.91 | 0.73 |
| Hex | 7D | B3 | F9 | 32 | 1C | 0 | 2 | D6 | 5B | 49 |
| Octal | 175 | 263 | 371 | 62 | 34 | 0 | 2 | 326 | 133 | 111 |
| Binary | 1111101 | 10110011 | 11111001 | 110010 | 11100 | 0 | 10 | 11010110 | 1011011 | 1001001 |
Color Harmonies of #7DB3F9
Complementary color
Monochromatic Colors of #7DB3F9
Black with #7DB3F9
Text Example
Text Example
White with #7DB3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB3F9; }
p { color: rgb(125,179,249); }
H1.HeaderClassName
{
color: #7DB3F9;
}
.AnyTagClassName
{
color: #7DB3F9;
}
</style>
background-color css
<style>
a { background-color: #7DB3F9; }
a { background-color: rgb(125,179,249); }
div.DivClassName
{
background-color: #7DB3F9;
}
.BgClassName
{
background-color: #7DB3F9;
}
</style>
border-color css
<style>
span { border-color: #7DB3F9; }
span { border-color: rgb(125,179,249); }
td.TdClassName
{
border-color: #7DB3F9;
}
.TagClassName
{
border-color: #7DB3F9;
}
</style>