Shades of Vista Blue #8CDBBB
Tints of Vista Blue #8CDBBB
RGB
CMYK
RGB Variations
Color information
#8CDBBB (or 0x8CDBBB) is known color: Vista Blue. HEX triplet: 8C, DB and BB. RGB value is (140,219,187). Sum of RGB (Red+Green+Blue) = 140+219+187=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBBB is #732444. Grayscale: #BFBFBF. Windows color (decimal): -7545925 or 12311436. OLE color: 12311436.
HSL color Cylindrical-coordinate representation of color #8CDBBB: hue angle of 155.7º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBBB is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 187 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.14 |
| HSL | 155.7º | 0.52% | 0.7% | - |
| HSV(B) | 155.7º | 0.36% | 0.86% | - |
| XYZ | 45.12 | 59.83 | 56.18 | - |
| YUV | 191.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 187 | 0.36 | 0 | 0.15 | 0.14 | 155.7 | 0.52 | 0.7 |
| Hex | 8C | DB | BB | 24 | 0 | F | E | 9C | 34 | 46 |
| Octal | 214 | 333 | 273 | 44 | 0 | 17 | 16 | 234 | 64 | 106 |
| Binary | 10001100 | 11011011 | 10111011 | 100100 | 0 | 1111 | 1110 | 10011100 | 110100 | 1000110 |
Color Harmonies of #8CDBBB
Complementary color
Monochromatic Colors of #8CDBBB
Black with #8CDBBB
Text Example
Text Example
White with #8CDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBBB; }
p { color: rgb(140,219,187); }
H1.HeaderClassName
{
color: #8CDBBB;
}
.AnyTagClassName
{
color: #8CDBBB;
}
</style>
background-color css
<style>
a { background-color: #8CDBBB; }
a { background-color: rgb(140,219,187); }
div.DivClassName
{
background-color: #8CDBBB;
}
.BgClassName
{
background-color: #8CDBBB;
}
</style>
border-color css
<style>
span { border-color: #8CDBBB; }
span { border-color: rgb(140,219,187); }
td.TdClassName
{
border-color: #8CDBBB;
}
.TagClassName
{
border-color: #8CDBBB;
}
</style>