Shades of Maya Blue #7DB8FD
Tints of Maya Blue #7DB8FD
RGB
CMYK
RGB Variations
Color information
#7DB8FD (or 0x7DB8FD) is known color: Maya Blue. HEX triplet: 7D, B8 and FD. RGB value is (125,184,253). Sum of RGB (Red+Green+Blue) = 125+184+253=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DB8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB8FD is #824702. Grayscale: #ADADAD. Windows color (decimal): -8537859 or 16627837. OLE color: 16627837.
HSL color Cylindrical-coordinate representation of color #7DB8FD: hue angle of 212.34º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DB8FD is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 184 | 253 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.01 |
| HSL | 212.34º | 0.97% | 0.74% | - |
| HSV(B) | 212.34º | 0.51% | 0.99% | - |
| XYZ | 43.33 | 45.73 | 99.47 | - |
| YUV | 174.23 | 172.45 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 253 | 0.51 | 0.27 | 0 | 0.01 | 212.34 | 0.97 | 0.74 |
| Hex | 7D | B8 | FD | 33 | 1B | 0 | 1 | D4 | 61 | 4A |
| Octal | 175 | 270 | 375 | 63 | 33 | 0 | 1 | 324 | 141 | 112 |
| Binary | 1111101 | 10111000 | 11111101 | 110011 | 11011 | 0 | 1 | 11010100 | 1100001 | 1001010 |
Color Harmonies of #7DB8FD
Complementary color
Monochromatic Colors of #7DB8FD
Black with #7DB8FD
Text Example
Text Example
White with #7DB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB8FD; }
p { color: rgb(125,184,253); }
H1.HeaderClassName
{
color: #7DB8FD;
}
.AnyTagClassName
{
color: #7DB8FD;
}
</style>
background-color css
<style>
a { background-color: #7DB8FD; }
a { background-color: rgb(125,184,253); }
div.DivClassName
{
background-color: #7DB8FD;
}
.BgClassName
{
background-color: #7DB8FD;
}
</style>
border-color css
<style>
span { border-color: #7DB8FD; }
span { border-color: rgb(125,184,253); }
td.TdClassName
{
border-color: #7DB8FD;
}
.TagClassName
{
border-color: #7DB8FD;
}
</style>