Shades of Maya Blue #7DBCFE
Tints of Maya Blue #7DBCFE
RGB
CMYK
RGB Variations
Color information
#7DBCFE (or 0x7DBCFE) is known color: Maya Blue. HEX triplet: 7D, BC and FE. RGB value is (125,188,254). Sum of RGB (Red+Green+Blue) = 125+188+254=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DBCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBCFE is #824301. Grayscale: #B0B0B0. Windows color (decimal): -8536834 or 16694397. OLE color: 16694397.
HSL color Cylindrical-coordinate representation of color #7DBCFE: hue angle of 210.7º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBCFE is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 188 | 254 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.00 |
| HSL | 210.7º | 0.98% | 0.74% | - |
| HSV(B) | 210.7º | 0.51% | 1% | - |
| XYZ | 44.33 | 47.48 | 100.59 | - |
| YUV | 176.69 | 171.63 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 254 | 0.51 | 0.26 | 0 | 0.00 | 210.7 | 0.98 | 0.74 |
| Hex | 7D | BC | FE | 33 | 1A | 0 | 0 | D3 | 62 | 4A |
| Octal | 175 | 274 | 376 | 63 | 32 | 0 | 0 | 323 | 142 | 112 |
| Binary | 1111101 | 10111100 | 11111110 | 110011 | 11010 | 0 | 0 | 11010011 | 1100010 | 1001010 |
Color Harmonies of #7DBCFE
Complementary color
Monochromatic Colors of #7DBCFE
Black with #7DBCFE
Text Example
Text Example
White with #7DBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCFE; }
p { color: rgb(125,188,254); }
H1.HeaderClassName
{
color: #7DBCFE;
}
.AnyTagClassName
{
color: #7DBCFE;
}
</style>
background-color css
<style>
a { background-color: #7DBCFE; }
a { background-color: rgb(125,188,254); }
div.DivClassName
{
background-color: #7DBCFE;
}
.BgClassName
{
background-color: #7DBCFE;
}
</style>
border-color css
<style>
span { border-color: #7DBCFE; }
span { border-color: rgb(125,188,254); }
td.TdClassName
{
border-color: #7DBCFE;
}
.TagClassName
{
border-color: #7DBCFE;
}
</style>