Shades of Maya Blue #7DB0FD
Tints of Maya Blue #7DB0FD
RGB
CMYK
RGB Variations
Color information
#7DB0FD (or 0x7DB0FD) is known color: Maya Blue. HEX triplet: 7D, B0 and FD. RGB value is (125,176,253). Sum of RGB (Red+Green+Blue) = 125+176+253=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DB0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB0FD is #824F02. Grayscale: #A9A9A9. Windows color (decimal): -8539907 or 16625789. OLE color: 16625789.
HSL color Cylindrical-coordinate representation of color #7DB0FD: hue angle of 216.09º 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 #7DB0FD is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 176 | 253 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.01 |
| HSL | 216.09º | 0.97% | 0.74% | - |
| HSV(B) | 216.09º | 0.51% | 0.99% | - |
| XYZ | 41.71 | 42.5 | 98.93 | - |
| YUV | 169.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 253 | 0.51 | 0.30 | 0 | 0.01 | 216.09 | 0.97 | 0.74 |
| Hex | 7D | B0 | FD | 33 | 1E | 0 | 1 | D8 | 61 | 4A |
| Octal | 175 | 260 | 375 | 63 | 36 | 0 | 1 | 330 | 141 | 112 |
| Binary | 1111101 | 10110000 | 11111101 | 110011 | 11110 | 0 | 1 | 11011000 | 1100001 | 1001010 |
Color Harmonies of #7DB0FD
Complementary color
Monochromatic Colors of #7DB0FD
Black with #7DB0FD
Text Example
Text Example
White with #7DB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB0FD; }
p { color: rgb(125,176,253); }
H1.HeaderClassName
{
color: #7DB0FD;
}
.AnyTagClassName
{
color: #7DB0FD;
}
</style>
background-color css
<style>
a { background-color: #7DB0FD; }
a { background-color: rgb(125,176,253); }
div.DivClassName
{
background-color: #7DB0FD;
}
.BgClassName
{
background-color: #7DB0FD;
}
</style>
border-color css
<style>
span { border-color: #7DB0FD; }
span { border-color: rgb(125,176,253); }
td.TdClassName
{
border-color: #7DB0FD;
}
.TagClassName
{
border-color: #7DB0FD;
}
</style>