Shades of Vista Blue #7DEDB3
Tints of Vista Blue #7DEDB3
RGB
CMYK
RGB Variations
Color information
#7DEDB3 (or 0x7DEDB3) is known color: Vista Blue. HEX triplet: 7D, ED and B3. RGB value is (125,237,179). Sum of RGB (Red+Green+Blue) = 125+237+179=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDB3 is #82124C. Grayscale: #C5C5C5. Windows color (decimal): -8524365 or 11791741. OLE color: 11791741.
HSL color Cylindrical-coordinate representation of color #7DEDB3: hue angle of 148.93º 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 #7DEDB3 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 179 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.07 |
| HSL | 148.93º | 0.76% | 0.71% | - |
| HSV(B) | 148.93º | 0.47% | 0.93% | - |
| XYZ | 46.88 | 68.18 | 53.34 | - |
| YUV | 196.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 179 | 0.47 | 0 | 0.24 | 0.07 | 148.93 | 0.76 | 0.71 |
| Hex | 7D | ED | B3 | 2F | 0 | 18 | 7 | 95 | 4C | 47 |
| Octal | 175 | 355 | 263 | 57 | 0 | 30 | 7 | 225 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10110011 | 101111 | 0 | 11000 | 111 | 10010101 | 1001100 | 1000111 |
Color Harmonies of #7DEDB3
Complementary color
Monochromatic Colors of #7DEDB3
Black with #7DEDB3
Text Example
Text Example
White with #7DEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDB3; }
p { color: rgb(125,237,179); }
H1.HeaderClassName
{
color: #7DEDB3;
}
.AnyTagClassName
{
color: #7DEDB3;
}
</style>
background-color css
<style>
a { background-color: #7DEDB3; }
a { background-color: rgb(125,237,179); }
div.DivClassName
{
background-color: #7DEDB3;
}
.BgClassName
{
background-color: #7DEDB3;
}
</style>
border-color css
<style>
span { border-color: #7DEDB3; }
span { border-color: rgb(125,237,179); }
td.TdClassName
{
border-color: #7DEDB3;
}
.TagClassName
{
border-color: #7DEDB3;
}
</style>