Shades of Maya Blue #7DBBED
Tints of Maya Blue #7DBBED
RGB
CMYK
RGB Variations
Color information
#7DBBED (or 0x7DBBED) is known color: Maya Blue. HEX triplet: 7D, BB and ED. RGB value is (125,187,237). Sum of RGB (Red+Green+Blue) = 125+187+237=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBBED is #824412. Grayscale: #ADADAD. Windows color (decimal): -8537107 or 15580029. OLE color: 15580029.
HSL color Cylindrical-coordinate representation of color #7DBBED: hue angle of 206.79º degrees, saturation: 0.76, 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 #7DBBED is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 187 | 237 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.07 |
| HSL | 206.79º | 0.76% | 0.71% | - |
| HSV(B) | 206.79º | 0.47% | 0.93% | - |
| XYZ | 41.51 | 46.02 | 86.81 | - |
| YUV | 174.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 237 | 0.47 | 0.21 | 0 | 0.07 | 206.79 | 0.76 | 0.71 |
| Hex | 7D | BB | ED | 2F | 15 | 0 | 7 | CF | 4C | 47 |
| Octal | 175 | 273 | 355 | 57 | 25 | 0 | 7 | 317 | 114 | 107 |
| Binary | 1111101 | 10111011 | 11101101 | 101111 | 10101 | 0 | 111 | 11001111 | 1001100 | 1000111 |
Color Harmonies of #7DBBED
Complementary color
Monochromatic Colors of #7DBBED
Black with #7DBBED
Text Example
Text Example
White with #7DBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBED; }
p { color: rgb(125,187,237); }
H1.HeaderClassName
{
color: #7DBBED;
}
.AnyTagClassName
{
color: #7DBBED;
}
</style>
background-color css
<style>
a { background-color: #7DBBED; }
a { background-color: rgb(125,187,237); }
div.DivClassName
{
background-color: #7DBBED;
}
.BgClassName
{
background-color: #7DBBED;
}
</style>
border-color css
<style>
span { border-color: #7DBBED; }
span { border-color: rgb(125,187,237); }
td.TdClassName
{
border-color: #7DBBED;
}
.TagClassName
{
border-color: #7DBBED;
}
</style>