Shades of Maya Blue #7DBFED
Tints of Maya Blue #7DBFED
RGB
CMYK
RGB Variations
Color information
#7DBFED (or 0x7DBFED) is known color: Maya Blue. HEX triplet: 7D, BF and ED. RGB value is (125,191,237). Sum of RGB (Red+Green+Blue) = 125+191+237=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DBFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFED is #824012. Grayscale: #B0B0B0. Windows color (decimal): -8536083 or 15581053. OLE color: 15581053.
HSL color Cylindrical-coordinate representation of color #7DBFED: hue angle of 204.64º 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 #7DBFED is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 191 | 237 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.07 |
| HSL | 204.64º | 0.76% | 0.71% | - |
| HSV(B) | 204.64º | 0.47% | 0.93% | - |
| XYZ | 42.37 | 47.74 | 87.1 | - |
| YUV | 176.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 237 | 0.47 | 0.19 | 0 | 0.07 | 204.64 | 0.76 | 0.71 |
| Hex | 7D | BF | ED | 2F | 13 | 0 | 7 | CD | 4C | 47 |
| Octal | 175 | 277 | 355 | 57 | 23 | 0 | 7 | 315 | 114 | 107 |
| Binary | 1111101 | 10111111 | 11101101 | 101111 | 10011 | 0 | 111 | 11001101 | 1001100 | 1000111 |
Color Harmonies of #7DBFED
Complementary color
Monochromatic Colors of #7DBFED
Black with #7DBFED
Text Example
Text Example
White with #7DBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFED; }
p { color: rgb(125,191,237); }
H1.HeaderClassName
{
color: #7DBFED;
}
.AnyTagClassName
{
color: #7DBFED;
}
</style>
background-color css
<style>
a { background-color: #7DBFED; }
a { background-color: rgb(125,191,237); }
div.DivClassName
{
background-color: #7DBFED;
}
.BgClassName
{
background-color: #7DBFED;
}
</style>
border-color css
<style>
span { border-color: #7DBFED; }
span { border-color: rgb(125,191,237); }
td.TdClassName
{
border-color: #7DBFED;
}
.TagClassName
{
border-color: #7DBFED;
}
</style>