Shades of Vista Blue #9FEBBD
Tints of Vista Blue #9FEBBD
RGB
CMYK
RGB Variations
Color information
#9FEBBD (or 0x9FEBBD) is known color: Vista Blue. HEX triplet: 9F, EB and BD. RGB value is (159,235,189). Sum of RGB (Red+Green+Blue) = 159+235+189=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBBD is #601442. Grayscale: #CFCFCF. Windows color (decimal): -6296643 or 12446623. OLE color: 12446623.
HSL color Cylindrical-coordinate representation of color #9FEBBD: hue angle of 143.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBBD is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 189 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.08 |
| HSL | 143.68º | 0.66% | 0.77% | - |
| HSV(B) | 143.68º | 0.32% | 0.92% | - |
| XYZ | 53.19 | 70.46 | 58.94 | - |
| YUV | 207.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 189 | 0.32 | 0 | 0.20 | 0.08 | 143.68 | 0.66 | 0.77 |
| Hex | 9F | EB | BD | 20 | 0 | 14 | 8 | 90 | 42 | 4D |
| Octal | 237 | 353 | 275 | 40 | 0 | 24 | 10 | 220 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10111101 | 100000 | 0 | 10100 | 1000 | 10010000 | 1000010 | 1001101 |
Color Harmonies of #9FEBBD
Complementary color
Monochromatic Colors of #9FEBBD
Black with #9FEBBD
Text Example
Text Example
White with #9FEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBBD; }
p { color: rgb(159,235,189); }
H1.HeaderClassName
{
color: #9FEBBD;
}
.AnyTagClassName
{
color: #9FEBBD;
}
</style>
background-color css
<style>
a { background-color: #9FEBBD; }
a { background-color: rgb(159,235,189); }
div.DivClassName
{
background-color: #9FEBBD;
}
.BgClassName
{
background-color: #9FEBBD;
}
</style>
border-color css
<style>
span { border-color: #9FEBBD; }
span { border-color: rgb(159,235,189); }
td.TdClassName
{
border-color: #9FEBBD;
}
.TagClassName
{
border-color: #9FEBBD;
}
</style>