Shades of Vista Blue #8BDFAE
Tints of Vista Blue #8BDFAE
RGB
CMYK
RGB Variations
Color information
#8BDFAE (or 0x8BDFAE) is known color: Vista Blue. HEX triplet: 8B, DF and AE. RGB value is (139,223,174). Sum of RGB (Red+Green+Blue) = 139+223+174=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDFAE is #742051. Grayscale: #C0C0C0. Windows color (decimal): -7610450 or 11460491. OLE color: 11460491.
HSL color Cylindrical-coordinate representation of color #8BDFAE: hue angle of 145º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFAE is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 174 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.13 |
| HSL | 145º | 0.57% | 0.71% | - |
| HSV(B) | 145º | 0.38% | 0.87% | - |
| XYZ | 44.68 | 61.32 | 49.53 | - |
| YUV | 192.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 174 | 0.38 | 0 | 0.22 | 0.13 | 145 | 0.57 | 0.71 |
| Hex | 8B | DF | AE | 26 | 0 | 16 | D | 91 | 39 | 47 |
| Octal | 213 | 337 | 256 | 46 | 0 | 26 | 15 | 221 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10101110 | 100110 | 0 | 10110 | 1101 | 10010001 | 111001 | 1000111 |
Color Harmonies of #8BDFAE
Complementary color
Monochromatic Colors of #8BDFAE
Black with #8BDFAE
Text Example
Text Example
White with #8BDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFAE; }
p { color: rgb(139,223,174); }
H1.HeaderClassName
{
color: #8BDFAE;
}
.AnyTagClassName
{
color: #8BDFAE;
}
</style>
background-color css
<style>
a { background-color: #8BDFAE; }
a { background-color: rgb(139,223,174); }
div.DivClassName
{
background-color: #8BDFAE;
}
.BgClassName
{
background-color: #8BDFAE;
}
</style>
border-color css
<style>
span { border-color: #8BDFAE; }
span { border-color: rgb(139,223,174); }
td.TdClassName
{
border-color: #8BDFAE;
}
.TagClassName
{
border-color: #8BDFAE;
}
</style>