Shades of Vista Blue #9BEFBC
Tints of Vista Blue #9BEFBC
RGB
CMYK
RGB Variations
Color information
#9BEFBC (or 0x9BEFBC) is known color: Vista Blue. HEX triplet: 9B, EF and BC. RGB value is (155,239,188). Sum of RGB (Red+Green+Blue) = 155+239+188=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFBC is #641043. Grayscale: #D0D0D0. Windows color (decimal): -6557764 or 12382107. OLE color: 12382107.
HSL color Cylindrical-coordinate representation of color #9BEFBC: hue angle of 143.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFBC is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 188 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.06 |
| HSL | 143.57º | 0.72% | 0.77% | - |
| HSV(B) | 143.57º | 0.35% | 0.94% | - |
| XYZ | 53.46 | 72.33 | 58.72 | - |
| YUV | 208.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 188 | 0.35 | 0 | 0.21 | 0.06 | 143.57 | 0.72 | 0.77 |
| Hex | 9B | EF | BC | 23 | 0 | 15 | 6 | 90 | 48 | 4D |
| Octal | 233 | 357 | 274 | 43 | 0 | 25 | 6 | 220 | 110 | 115 |
| Binary | 10011011 | 11101111 | 10111100 | 100011 | 0 | 10101 | 110 | 10010000 | 1001000 | 1001101 |
Color Harmonies of #9BEFBC
Complementary color
Monochromatic Colors of #9BEFBC
Black with #9BEFBC
Text Example
Text Example
White with #9BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFBC; }
p { color: rgb(155,239,188); }
H1.HeaderClassName
{
color: #9BEFBC;
}
.AnyTagClassName
{
color: #9BEFBC;
}
</style>
background-color css
<style>
a { background-color: #9BEFBC; }
a { background-color: rgb(155,239,188); }
div.DivClassName
{
background-color: #9BEFBC;
}
.BgClassName
{
background-color: #9BEFBC;
}
</style>
border-color css
<style>
span { border-color: #9BEFBC; }
span { border-color: rgb(155,239,188); }
td.TdClassName
{
border-color: #9BEFBC;
}
.TagClassName
{
border-color: #9BEFBC;
}
</style>