Shades of Maya Blue #7DB2FC
Tints of Maya Blue #7DB2FC
RGB
CMYK
RGB Variations
Color information
#7DB2FC (or 0x7DB2FC) is known color: Maya Blue. HEX triplet: 7D, B2 and FC. RGB value is (125,178,252). Sum of RGB (Red+Green+Blue) = 125+178+252=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB2FC is #824D03. Grayscale: #AAAAAA. Windows color (decimal): -8539396 or 16560765. OLE color: 16560765.
HSL color Cylindrical-coordinate representation of color #7DB2FC: hue angle of 214.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB2FC is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 178 | 252 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.01 |
| HSL | 214.96º | 0.95% | 0.74% | - |
| HSV(B) | 214.96º | 0.5% | 0.99% | - |
| XYZ | 41.95 | 43.23 | 98.23 | - |
| YUV | 170.59 | 173.94 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 252 | 0.50 | 0.29 | 0 | 0.01 | 214.96 | 0.95 | 0.74 |
| Hex | 7D | B2 | FC | 32 | 1D | 0 | 1 | D7 | 5F | 4A |
| Octal | 175 | 262 | 374 | 62 | 35 | 0 | 1 | 327 | 137 | 112 |
| Binary | 1111101 | 10110010 | 11111100 | 110010 | 11101 | 0 | 1 | 11010111 | 1011111 | 1001010 |
Color Harmonies of #7DB2FC
Complementary color
Monochromatic Colors of #7DB2FC
Black with #7DB2FC
Text Example
Text Example
White with #7DB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2FC; }
p { color: rgb(125,178,252); }
H1.HeaderClassName
{
color: #7DB2FC;
}
.AnyTagClassName
{
color: #7DB2FC;
}
</style>
background-color css
<style>
a { background-color: #7DB2FC; }
a { background-color: rgb(125,178,252); }
div.DivClassName
{
background-color: #7DB2FC;
}
.BgClassName
{
background-color: #7DB2FC;
}
</style>
border-color css
<style>
span { border-color: #7DB2FC; }
span { border-color: rgb(125,178,252); }
td.TdClassName
{
border-color: #7DB2FC;
}
.TagClassName
{
border-color: #7DB2FC;
}
</style>