Shades of Vista Blue #8BCDB3
Tints of Vista Blue #8BCDB3
RGB
CMYK
RGB Variations
Color information
#8BCDB3 (or 0x8BCDB3) is known color: Vista Blue. HEX triplet: 8B, CD and B3. RGB value is (139,205,179). Sum of RGB (Red+Green+Blue) = 139+205+179=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB3 is #74324C. Grayscale: #B6B6B6. Windows color (decimal): -7615053 or 11783563. OLE color: 11783563.
HSL color Cylindrical-coordinate representation of color #8BCDB3: hue angle of 156.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDB3 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 179 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.20 |
| HSL | 156.36º | 0.4% | 0.67% | - |
| HSV(B) | 156.36º | 0.32% | 0.8% | - |
| XYZ | 40.62 | 52.41 | 50.62 | - |
| YUV | 182.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 179 | 0.32 | 0 | 0.13 | 0.20 | 156.36 | 0.4 | 0.67 |
| Hex | 8B | CD | B3 | 20 | 0 | D | 14 | 9C | 28 | 43 |
| Octal | 213 | 315 | 263 | 40 | 0 | 15 | 24 | 234 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10110011 | 100000 | 0 | 1101 | 10100 | 10011100 | 101000 | 1000011 |
Color Harmonies of #8BCDB3
Complementary color
Monochromatic Colors of #8BCDB3
Black with #8BCDB3
Text Example
Text Example
White with #8BCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDB3; }
p { color: rgb(139,205,179); }
H1.HeaderClassName
{
color: #8BCDB3;
}
.AnyTagClassName
{
color: #8BCDB3;
}
</style>
background-color css
<style>
a { background-color: #8BCDB3; }
a { background-color: rgb(139,205,179); }
div.DivClassName
{
background-color: #8BCDB3;
}
.BgClassName
{
background-color: #8BCDB3;
}
</style>
border-color css
<style>
span { border-color: #8BCDB3; }
span { border-color: rgb(139,205,179); }
td.TdClassName
{
border-color: #8BCDB3;
}
.TagClassName
{
border-color: #8BCDB3;
}
</style>