Shades of Maya Blue #7DBDFE
Tints of Maya Blue #7DBDFE
RGB
CMYK
RGB Variations
Color information
#7DBDFE (or 0x7DBDFE) is known color: Maya Blue. HEX triplet: 7D, BD and FE. RGB value is (125,189,254). Sum of RGB (Red+Green+Blue) = 125+189+254=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBDFE is #824201. Grayscale: #B0B0B0. Windows color (decimal): -8536578 or 16694653. OLE color: 16694653.
HSL color Cylindrical-coordinate representation of color #7DBDFE: hue angle of 210.23º 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 #7DBDFE is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 189 | 254 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.00 |
| HSL | 210.23º | 0.98% | 0.74% | - |
| HSV(B) | 210.23º | 0.51% | 1% | - |
| XYZ | 44.54 | 47.91 | 100.67 | - |
| YUV | 177.27 | 171.3 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 254 | 0.51 | 0.26 | 0 | 0.00 | 210.23 | 0.98 | 0.74 |
| Hex | 7D | BD | FE | 33 | 1A | 0 | 0 | D2 | 62 | 4A |
| Octal | 175 | 275 | 376 | 63 | 32 | 0 | 0 | 322 | 142 | 112 |
| Binary | 1111101 | 10111101 | 11111110 | 110011 | 11010 | 0 | 0 | 11010010 | 1100010 | 1001010 |
Color Harmonies of #7DBDFE
Complementary color
Monochromatic Colors of #7DBDFE
Black with #7DBDFE
Text Example
Text Example
White with #7DBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDFE; }
p { color: rgb(125,189,254); }
H1.HeaderClassName
{
color: #7DBDFE;
}
.AnyTagClassName
{
color: #7DBDFE;
}
</style>
background-color css
<style>
a { background-color: #7DBDFE; }
a { background-color: rgb(125,189,254); }
div.DivClassName
{
background-color: #7DBDFE;
}
.BgClassName
{
background-color: #7DBDFE;
}
</style>
border-color css
<style>
span { border-color: #7DBDFE; }
span { border-color: rgb(125,189,254); }
td.TdClassName
{
border-color: #7DBDFE;
}
.TagClassName
{
border-color: #7DBDFE;
}
</style>