Shades of Vista Blue #7DDBAC
Tints of Vista Blue #7DDBAC
RGB
CMYK
RGB Variations
Color information
#7DDBAC (or 0x7DDBAC) is known color: Vista Blue. HEX triplet: 7D, DB and AC. RGB value is (125,219,172). Sum of RGB (Red+Green+Blue) = 125+219+172=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDBAC is #822453. Grayscale: #B9B9B9. Windows color (decimal): -8528980 or 11328381. OLE color: 11328381.
HSL color Cylindrical-coordinate representation of color #7DDBAC: hue angle of 150º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDBAC is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 125 | 219 | 172 | - |
CMYK | 0.43 | 0 | 0.21 | 0.14 |
HSL | 150º | 0.57% | 0.67% | - |
HSV(B) | 150º | 0.43% | 0.86% | - |
XYZ | 41.24 | 58 | 48.05 | - |
YUV | 185.54 | 120.36 | 84.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 219 | 172 | 0.43 | 0 | 0.21 | 0.14 | 150 | 0.57 | 0.67 |
Hex | 7D | DB | AC | 2B | 0 | 15 | E | 96 | 39 | 43 |
Octal | 175 | 333 | 254 | 53 | 0 | 25 | 16 | 226 | 71 | 103 |
Binary | 1111101 | 11011011 | 10101100 | 101011 | 0 | 10101 | 1110 | 10010110 | 111001 | 1000011 |
Color Harmonies of #7DDBAC
Complementary color
Monochromatic Colors of #7DDBAC
Black with #7DDBAC
Text Example
Text Example
White with #7DDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDBAC; }
p { color: rgb(125,219,172); }
H1.HeaderClassName
{
color: #7DDBAC;
}
.AnyTagClassName
{
color: #7DDBAC;
}
</style>
background-color css
<style>
a { background-color: #7DDBAC; }
a { background-color: rgb(125,219,172); }
div.DivClassName
{
background-color: #7DDBAC;
}
.BgClassName
{
background-color: #7DDBAC;
}
</style>
border-color css
<style>
span { border-color: #7DDBAC; }
span { border-color: rgb(125,219,172); }
td.TdClassName
{
border-color: #7DDBAC;
}
.TagClassName
{
border-color: #7DDBAC;
}
</style>