Shades of Vista Blue #8BDFB5
Tints of Vista Blue #8BDFB5
RGB
CMYK
RGB Variations
Color information
#8BDFB5 (or 0x8BDFB5) is known color: Vista Blue. HEX triplet: 8B, DF and B5. RGB value is (139,223,181). Sum of RGB (Red+Green+Blue) = 139+223+181=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFB5 is #74204A. Grayscale: #C1C1C1. Windows color (decimal): -7610443 or 11919243. OLE color: 11919243.
HSL color Cylindrical-coordinate representation of color #8BDFB5: hue angle of 150º 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 #8BDFB5 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 181 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.13 |
| HSL | 150º | 0.57% | 0.71% | - |
| HSV(B) | 150º | 0.38% | 0.87% | - |
| XYZ | 45.38 | 61.6 | 53.21 | - |
| YUV | 193.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 181 | 0.38 | 0 | 0.19 | 0.13 | 150 | 0.57 | 0.71 |
| Hex | 8B | DF | B5 | 26 | 0 | 13 | D | 96 | 39 | 47 |
| Octal | 213 | 337 | 265 | 46 | 0 | 23 | 15 | 226 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10110101 | 100110 | 0 | 10011 | 1101 | 10010110 | 111001 | 1000111 |
Color Harmonies of #8BDFB5
Complementary color
Monochromatic Colors of #8BDFB5
Black with #8BDFB5
Text Example
Text Example
White with #8BDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFB5; }
p { color: rgb(139,223,181); }
H1.HeaderClassName
{
color: #8BDFB5;
}
.AnyTagClassName
{
color: #8BDFB5;
}
</style>
background-color css
<style>
a { background-color: #8BDFB5; }
a { background-color: rgb(139,223,181); }
div.DivClassName
{
background-color: #8BDFB5;
}
.BgClassName
{
background-color: #8BDFB5;
}
</style>
border-color css
<style>
span { border-color: #8BDFB5; }
span { border-color: rgb(139,223,181); }
td.TdClassName
{
border-color: #8BDFB5;
}
.TagClassName
{
border-color: #8BDFB5;
}
</style>