Shades of Vista Blue #8CD8B3
Tints of Vista Blue #8CD8B3
RGB
CMYK
RGB Variations
Color information
#8CD8B3 (or 0x8CD8B3) is known color: Vista Blue. HEX triplet: 8C, D8 and B3. RGB value is (140,216,179). Sum of RGB (Red+Green+Blue) = 140+216+179=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD8B3 is #73274C. Grayscale: #BDBDBD. Windows color (decimal): -7546701 or 11786380. OLE color: 11786380.
HSL color Cylindrical-coordinate representation of color #8CD8B3: hue angle of 150.79º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD8B3 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 216 | 179 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.15 |
| HSL | 150.79º | 0.49% | 0.7% | - |
| HSV(B) | 150.79º | 0.35% | 0.85% | - |
| XYZ | 43.51 | 57.94 | 51.54 | - |
| YUV | 189.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 216 | 179 | 0.35 | 0 | 0.17 | 0.15 | 150.79 | 0.49 | 0.7 |
| Hex | 8C | D8 | B3 | 23 | 0 | 11 | F | 97 | 31 | 46 |
| Octal | 214 | 330 | 263 | 43 | 0 | 21 | 17 | 227 | 61 | 106 |
| Binary | 10001100 | 11011000 | 10110011 | 100011 | 0 | 10001 | 1111 | 10010111 | 110001 | 1000110 |
Color Harmonies of #8CD8B3
Complementary color
Monochromatic Colors of #8CD8B3
Black with #8CD8B3
Text Example
Text Example
White with #8CD8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD8B3; }
p { color: rgb(140,216,179); }
H1.HeaderClassName
{
color: #8CD8B3;
}
.AnyTagClassName
{
color: #8CD8B3;
}
</style>
background-color css
<style>
a { background-color: #8CD8B3; }
a { background-color: rgb(140,216,179); }
div.DivClassName
{
background-color: #8CD8B3;
}
.BgClassName
{
background-color: #8CD8B3;
}
</style>
border-color css
<style>
span { border-color: #8CD8B3; }
span { border-color: rgb(140,216,179); }
td.TdClassName
{
border-color: #8CD8B3;
}
.TagClassName
{
border-color: #8CD8B3;
}
</style>