Shades of Vista Blue #7DF2B0
Tints of Vista Blue #7DF2B0
RGB
CMYK
RGB Variations
Color information
#7DF2B0 (or 0x7DF2B0) is known color: Vista Blue. HEX triplet: 7D, F2 and B0. RGB value is (125,242,176). Sum of RGB (Red+Green+Blue) = 125+242+176=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF2B0 is #820D4F. Grayscale: #C7C7C7. Windows color (decimal): -8523088 or 11596413. OLE color: 11596413.
HSL color Cylindrical-coordinate representation of color #7DF2B0: hue angle of 146.15º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2B0 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 176 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.05 |
| HSL | 146.15º | 0.82% | 0.72% | - |
| HSV(B) | 146.15º | 0.48% | 0.95% | - |
| XYZ | 48.05 | 71 | 52.25 | - |
| YUV | 199.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 176 | 0.48 | 0 | 0.27 | 0.05 | 146.15 | 0.82 | 0.72 |
| Hex | 7D | F2 | B0 | 30 | 0 | 1B | 5 | 92 | 52 | 48 |
| Octal | 175 | 362 | 260 | 60 | 0 | 33 | 5 | 222 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10110000 | 110000 | 0 | 11011 | 101 | 10010010 | 1010010 | 1001000 |
Color Harmonies of #7DF2B0
Complementary color
Monochromatic Colors of #7DF2B0
Black with #7DF2B0
Text Example
Text Example
White with #7DF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2B0; }
p { color: rgb(125,242,176); }
H1.HeaderClassName
{
color: #7DF2B0;
}
.AnyTagClassName
{
color: #7DF2B0;
}
</style>
background-color css
<style>
a { background-color: #7DF2B0; }
a { background-color: rgb(125,242,176); }
div.DivClassName
{
background-color: #7DF2B0;
}
.BgClassName
{
background-color: #7DF2B0;
}
</style>
border-color css
<style>
span { border-color: #7DF2B0; }
span { border-color: rgb(125,242,176); }
td.TdClassName
{
border-color: #7DF2B0;
}
.TagClassName
{
border-color: #7DF2B0;
}
</style>