Shades of Vista Blue #8BD3B5
Tints of Vista Blue #8BD3B5
RGB
CMYK
RGB Variations
Color information
#8BD3B5 (or 0x8BD3B5) is known color: Vista Blue. HEX triplet: 8B, D3 and B5. RGB value is (139,211,181). Sum of RGB (Red+Green+Blue) = 139+211+181=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD3B5 is #742C4A. Grayscale: #BABABA. Windows color (decimal): -7613515 or 11916171. OLE color: 11916171.
HSL color Cylindrical-coordinate representation of color #8BD3B5: hue angle of 155º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD3B5 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 181 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.17 |
| HSL | 155º | 0.45% | 0.69% | - |
| HSV(B) | 155º | 0.34% | 0.83% | - |
| XYZ | 42.28 | 55.41 | 52.18 | - |
| YUV | 186.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 181 | 0.34 | 0 | 0.14 | 0.17 | 155 | 0.45 | 0.69 |
| Hex | 8B | D3 | B5 | 22 | 0 | E | 11 | 9B | 2D | 45 |
| Octal | 213 | 323 | 265 | 42 | 0 | 16 | 21 | 233 | 55 | 105 |
| Binary | 10001011 | 11010011 | 10110101 | 100010 | 0 | 1110 | 10001 | 10011011 | 101101 | 1000101 |
Color Harmonies of #8BD3B5
Complementary color
Monochromatic Colors of #8BD3B5
Black with #8BD3B5
Text Example
Text Example
White with #8BD3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD3B5; }
p { color: rgb(139,211,181); }
H1.HeaderClassName
{
color: #8BD3B5;
}
.AnyTagClassName
{
color: #8BD3B5;
}
</style>
background-color css
<style>
a { background-color: #8BD3B5; }
a { background-color: rgb(139,211,181); }
div.DivClassName
{
background-color: #8BD3B5;
}
.BgClassName
{
background-color: #8BD3B5;
}
</style>
border-color css
<style>
span { border-color: #8BD3B5; }
span { border-color: rgb(139,211,181); }
td.TdClassName
{
border-color: #8BD3B5;
}
.TagClassName
{
border-color: #8BD3B5;
}
</style>