Shades of Vista Blue #9BEEB8
Tints of Vista Blue #9BEEB8
RGB
CMYK
RGB Variations
Color information
#9BEEB8 (or 0x9BEEB8) is known color: Vista Blue. HEX triplet: 9B, EE and B8. RGB value is (155,238,184). Sum of RGB (Red+Green+Blue) = 155+238+184=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEB8 is #641147. Grayscale: #CFCFCF. Windows color (decimal): -6558024 or 12119707. OLE color: 12119707.
HSL color Cylindrical-coordinate representation of color #9BEEB8: hue angle of 140.96º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEB8 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 184 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.07 |
| HSL | 140.96º | 0.71% | 0.77% | - |
| HSV(B) | 140.96º | 0.35% | 0.93% | - |
| XYZ | 52.74 | 71.58 | 56.38 | - |
| YUV | 207.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 184 | 0.35 | 0 | 0.23 | 0.07 | 140.96 | 0.71 | 0.77 |
| Hex | 9B | EE | B8 | 23 | 0 | 17 | 7 | 8D | 47 | 4D |
| Octal | 233 | 356 | 270 | 43 | 0 | 27 | 7 | 215 | 107 | 115 |
| Binary | 10011011 | 11101110 | 10111000 | 100011 | 0 | 10111 | 111 | 10001101 | 1000111 | 1001101 |
Color Harmonies of #9BEEB8
Complementary color
Monochromatic Colors of #9BEEB8
Black with #9BEEB8
Text Example
Text Example
White with #9BEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEB8; }
p { color: rgb(155,238,184); }
H1.HeaderClassName
{
color: #9BEEB8;
}
.AnyTagClassName
{
color: #9BEEB8;
}
</style>
background-color css
<style>
a { background-color: #9BEEB8; }
a { background-color: rgb(155,238,184); }
div.DivClassName
{
background-color: #9BEEB8;
}
.BgClassName
{
background-color: #9BEEB8;
}
</style>
border-color css
<style>
span { border-color: #9BEEB8; }
span { border-color: rgb(155,238,184); }
td.TdClassName
{
border-color: #9BEEB8;
}
.TagClassName
{
border-color: #9BEEB8;
}
</style>