Shades of Maya Blue #7DB5FB
Tints of Maya Blue #7DB5FB
RGB
CMYK
RGB Variations
Color information
#7DB5FB (or 0x7DB5FB) is known color: Maya Blue. HEX triplet: 7D, B5 and FB. RGB value is (125,181,251). Sum of RGB (Red+Green+Blue) = 125+181+251=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DB5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB5FB is #824A04. Grayscale: #ABABAB. Windows color (decimal): -8538629 or 16495997. OLE color: 16495997.
HSL color Cylindrical-coordinate representation of color #7DB5FB: hue angle of 213.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB5FB is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 181 | 251 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.02 |
| HSL | 213.33º | 0.94% | 0.74% | - |
| HSV(B) | 213.33º | 0.5% | 0.98% | - |
| XYZ | 42.39 | 44.37 | 97.6 | - |
| YUV | 172.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 251 | 0.50 | 0.28 | 0 | 0.02 | 213.33 | 0.94 | 0.74 |
| Hex | 7D | B5 | FB | 32 | 1C | 0 | 2 | D5 | 5E | 4A |
| Octal | 175 | 265 | 373 | 62 | 34 | 0 | 2 | 325 | 136 | 112 |
| Binary | 1111101 | 10110101 | 11111011 | 110010 | 11100 | 0 | 10 | 11010101 | 1011110 | 1001010 |
Color Harmonies of #7DB5FB
Complementary color
Monochromatic Colors of #7DB5FB
Black with #7DB5FB
Text Example
Text Example
White with #7DB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB5FB; }
p { color: rgb(125,181,251); }
H1.HeaderClassName
{
color: #7DB5FB;
}
.AnyTagClassName
{
color: #7DB5FB;
}
</style>
background-color css
<style>
a { background-color: #7DB5FB; }
a { background-color: rgb(125,181,251); }
div.DivClassName
{
background-color: #7DB5FB;
}
.BgClassName
{
background-color: #7DB5FB;
}
</style>
border-color css
<style>
span { border-color: #7DB5FB; }
span { border-color: rgb(125,181,251); }
td.TdClassName
{
border-color: #7DB5FB;
}
.TagClassName
{
border-color: #7DB5FB;
}
</style>