Shades of Maya Blue #7DBCEC
Tints of Maya Blue #7DBCEC
RGB
CMYK
RGB Variations
Color information
#7DBCEC (or 0x7DBCEC) is known color: Maya Blue. HEX triplet: 7D, BC and EC. RGB value is (125,188,236). Sum of RGB (Red+Green+Blue) = 125+188+236=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DBCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBCEC is #824313. Grayscale: #AEAEAE. Windows color (decimal): -8536852 or 15514749. OLE color: 15514749.
HSL color Cylindrical-coordinate representation of color #7DBCEC: hue angle of 205.95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBCEC is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 188 | 236 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.07 |
| HSL | 205.95º | 0.74% | 0.71% | - |
| HSV(B) | 205.95º | 0.47% | 0.93% | - |
| XYZ | 41.58 | 46.38 | 86.12 | - |
| YUV | 174.64 | 162.63 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 236 | 0.47 | 0.20 | 0 | 0.07 | 205.95 | 0.74 | 0.71 |
| Hex | 7D | BC | EC | 2F | 14 | 0 | 7 | CE | 4A | 47 |
| Octal | 175 | 274 | 354 | 57 | 24 | 0 | 7 | 316 | 112 | 107 |
| Binary | 1111101 | 10111100 | 11101100 | 101111 | 10100 | 0 | 111 | 11001110 | 1001010 | 1000111 |
Color Harmonies of #7DBCEC
Complementary color
Monochromatic Colors of #7DBCEC
Black with #7DBCEC
Text Example
Text Example
White with #7DBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCEC; }
p { color: rgb(125,188,236); }
H1.HeaderClassName
{
color: #7DBCEC;
}
.AnyTagClassName
{
color: #7DBCEC;
}
</style>
background-color css
<style>
a { background-color: #7DBCEC; }
a { background-color: rgb(125,188,236); }
div.DivClassName
{
background-color: #7DBCEC;
}
.BgClassName
{
background-color: #7DBCEC;
}
</style>
border-color css
<style>
span { border-color: #7DBCEC; }
span { border-color: rgb(125,188,236); }
td.TdClassName
{
border-color: #7DBCEC;
}
.TagClassName
{
border-color: #7DBCEC;
}
</style>