Shades of Vista Blue #7FDCB2
Tints of Vista Blue #7FDCB2
RGB
CMYK
RGB Variations
Color information
#7FDCB2 (or 0x7FDCB2) is known color: Vista Blue. HEX triplet: 7F, DC and B2. RGB value is (127,220,178). Sum of RGB (Red+Green+Blue) = 127+220+178=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDCB2 is #80234D. Grayscale: #BBBBBB. Windows color (decimal): -8397646 or 11721855. OLE color: 11721855.
HSL color Cylindrical-coordinate representation of color #7FDCB2: hue angle of 152.9º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCB2 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 178 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.14 |
| HSL | 152.9º | 0.57% | 0.68% | - |
| HSV(B) | 152.9º | 0.42% | 0.86% | - |
| XYZ | 42.38 | 58.91 | 51.26 | - |
| YUV | 187.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 178 | 0.42 | 0 | 0.19 | 0.14 | 152.9 | 0.57 | 0.68 |
| Hex | 7F | DC | B2 | 2A | 0 | 13 | E | 99 | 39 | 44 |
| Octal | 177 | 334 | 262 | 52 | 0 | 23 | 16 | 231 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10110010 | 101010 | 0 | 10011 | 1110 | 10011001 | 111001 | 1000100 |
Color Harmonies of #7FDCB2
Complementary color
Monochromatic Colors of #7FDCB2
Black with #7FDCB2
Text Example
Text Example
White with #7FDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDCB2; }
p { color: rgb(127,220,178); }
H1.HeaderClassName
{
color: #7FDCB2;
}
.AnyTagClassName
{
color: #7FDCB2;
}
</style>
background-color css
<style>
a { background-color: #7FDCB2; }
a { background-color: rgb(127,220,178); }
div.DivClassName
{
background-color: #7FDCB2;
}
.BgClassName
{
background-color: #7FDCB2;
}
</style>
border-color css
<style>
span { border-color: #7FDCB2; }
span { border-color: rgb(127,220,178); }
td.TdClassName
{
border-color: #7FDCB2;
}
.TagClassName
{
border-color: #7FDCB2;
}
</style>