Shades of Vista Blue #7BDEA2
Tints of Vista Blue #7BDEA2
RGB
CMYK
RGB Variations
Color information
#7BDEA2 (or 0x7BDEA2) is known color: Vista Blue. HEX triplet: 7B, DE and A2. RGB value is (123,222,162). Sum of RGB (Red+Green+Blue) = 123+222+162=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDEA2 is #84215D. Grayscale: #B9B9B9. Windows color (decimal): -8659294 or 10673787. OLE color: 10673787.
HSL color Cylindrical-coordinate representation of color #7BDEA2: hue angle of 143.64º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDEA2 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 162 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.13 |
| HSL | 143.64º | 0.6% | 0.68% | - |
| HSV(B) | 143.64º | 0.45% | 0.87% | - |
| XYZ | 40.81 | 59.06 | 43.43 | - |
| YUV | 185.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 162 | 0.45 | 0 | 0.27 | 0.13 | 143.64 | 0.6 | 0.68 |
| Hex | 7B | DE | A2 | 2D | 0 | 1B | D | 90 | 3C | 44 |
| Octal | 173 | 336 | 242 | 55 | 0 | 33 | 15 | 220 | 74 | 104 |
| Binary | 1111011 | 11011110 | 10100010 | 101101 | 0 | 11011 | 1101 | 10010000 | 111100 | 1000100 |
Color Harmonies of #7BDEA2
Complementary color
Monochromatic Colors of #7BDEA2
Black with #7BDEA2
Text Example
Text Example
White with #7BDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEA2; }
p { color: rgb(123,222,162); }
H1.HeaderClassName
{
color: #7BDEA2;
}
.AnyTagClassName
{
color: #7BDEA2;
}
</style>
background-color css
<style>
a { background-color: #7BDEA2; }
a { background-color: rgb(123,222,162); }
div.DivClassName
{
background-color: #7BDEA2;
}
.BgClassName
{
background-color: #7BDEA2;
}
</style>
border-color css
<style>
span { border-color: #7BDEA2; }
span { border-color: rgb(123,222,162); }
td.TdClassName
{
border-color: #7BDEA2;
}
.TagClassName
{
border-color: #7BDEA2;
}
</style>