Shades of Vista Blue #8BCEB3
Tints of Vista Blue #8BCEB3
RGB
CMYK
RGB Variations
Color information
#8BCEB3 (or 0x8BCEB3) is known color: Vista Blue. HEX triplet: 8B, CE and B3. RGB value is (139,206,179). Sum of RGB (Red+Green+Blue) = 139+206+179=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEB3 is #74314C. Grayscale: #B6B6B6. Windows color (decimal): -7614797 or 11783819. OLE color: 11783819.
HSL color Cylindrical-coordinate representation of color #8BCEB3: hue angle of 155.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEB3 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 179 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.19 |
| HSL | 155.82º | 0.41% | 0.68% | - |
| HSV(B) | 155.82º | 0.33% | 0.81% | - |
| XYZ | 40.86 | 52.89 | 50.7 | - |
| YUV | 182.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 179 | 0.33 | 0 | 0.13 | 0.19 | 155.82 | 0.41 | 0.68 |
| Hex | 8B | CE | B3 | 21 | 0 | D | 13 | 9C | 29 | 44 |
| Octal | 213 | 316 | 263 | 41 | 0 | 15 | 23 | 234 | 51 | 104 |
| Binary | 10001011 | 11001110 | 10110011 | 100001 | 0 | 1101 | 10011 | 10011100 | 101001 | 1000100 |
Color Harmonies of #8BCEB3
Complementary color
Monochromatic Colors of #8BCEB3
Black with #8BCEB3
Text Example
Text Example
White with #8BCEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEB3; }
p { color: rgb(139,206,179); }
H1.HeaderClassName
{
color: #8BCEB3;
}
.AnyTagClassName
{
color: #8BCEB3;
}
</style>
background-color css
<style>
a { background-color: #8BCEB3; }
a { background-color: rgb(139,206,179); }
div.DivClassName
{
background-color: #8BCEB3;
}
.BgClassName
{
background-color: #8BCEB3;
}
</style>
border-color css
<style>
span { border-color: #8BCEB3; }
span { border-color: rgb(139,206,179); }
td.TdClassName
{
border-color: #8BCEB3;
}
.TagClassName
{
border-color: #8BCEB3;
}
</style>