Shades of Maya Blue #7DB2FB
Tints of Maya Blue #7DB2FB
RGB
CMYK
RGB Variations
Color information
#7DB2FB (or 0x7DB2FB) is known color: Maya Blue. HEX triplet: 7D, B2 and FB. RGB value is (125,178,251). Sum of RGB (Red+Green+Blue) = 125+178+251=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DB2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB2FB is #824D04. Grayscale: #AAAAAA. Windows color (decimal): -8539397 or 16495229. OLE color: 16495229.
HSL color Cylindrical-coordinate representation of color #7DB2FB: hue angle of 214.76º 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 #7DB2FB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 178 | 251 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.02 |
| HSL | 214.76º | 0.94% | 0.74% | - |
| HSV(B) | 214.76º | 0.5% | 0.98% | - |
| XYZ | 41.79 | 43.17 | 97.4 | - |
| YUV | 170.48 | 173.44 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 251 | 0.50 | 0.29 | 0 | 0.02 | 214.76 | 0.94 | 0.74 |
| Hex | 7D | B2 | FB | 32 | 1D | 0 | 2 | D7 | 5E | 4A |
| Octal | 175 | 262 | 373 | 62 | 35 | 0 | 2 | 327 | 136 | 112 |
| Binary | 1111101 | 10110010 | 11111011 | 110010 | 11101 | 0 | 10 | 11010111 | 1011110 | 1001010 |
Color Harmonies of #7DB2FB
Complementary color
Monochromatic Colors of #7DB2FB
Black with #7DB2FB
Text Example
Text Example
White with #7DB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2FB; }
p { color: rgb(125,178,251); }
H1.HeaderClassName
{
color: #7DB2FB;
}
.AnyTagClassName
{
color: #7DB2FB;
}
</style>
background-color css
<style>
a { background-color: #7DB2FB; }
a { background-color: rgb(125,178,251); }
div.DivClassName
{
background-color: #7DB2FB;
}
.BgClassName
{
background-color: #7DB2FB;
}
</style>
border-color css
<style>
span { border-color: #7DB2FB; }
span { border-color: rgb(125,178,251); }
td.TdClassName
{
border-color: #7DB2FB;
}
.TagClassName
{
border-color: #7DB2FB;
}
</style>