Shades of Vista Blue #9FEDB8
Tints of Vista Blue #9FEDB8
RGB
CMYK
RGB Variations
Color information
#9FEDB8 (or 0x9FEDB8) is known color: Vista Blue. HEX triplet: 9F, ED and B8. RGB value is (159,237,184). Sum of RGB (Red+Green+Blue) = 159+237+184=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDB8 is #601247. Grayscale: #CFCFCF. Windows color (decimal): -6296136 or 12119455. OLE color: 12119455.
HSL color Cylindrical-coordinate representation of color #9FEDB8: hue angle of 139.23º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDB8 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 184 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.07 |
| HSL | 139.23º | 0.68% | 0.78% | - |
| HSV(B) | 139.23º | 0.33% | 0.93% | - |
| XYZ | 53.23 | 71.4 | 56.32 | - |
| YUV | 207.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 184 | 0.33 | 0 | 0.22 | 0.07 | 139.23 | 0.68 | 0.78 |
| Hex | 9F | ED | B8 | 21 | 0 | 16 | 7 | 8B | 44 | 4E |
| Octal | 237 | 355 | 270 | 41 | 0 | 26 | 7 | 213 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10111000 | 100001 | 0 | 10110 | 111 | 10001011 | 1000100 | 1001110 |
Color Harmonies of #9FEDB8
Complementary color
Monochromatic Colors of #9FEDB8
Black with #9FEDB8
Text Example
Text Example
White with #9FEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDB8; }
p { color: rgb(159,237,184); }
H1.HeaderClassName
{
color: #9FEDB8;
}
.AnyTagClassName
{
color: #9FEDB8;
}
</style>
background-color css
<style>
a { background-color: #9FEDB8; }
a { background-color: rgb(159,237,184); }
div.DivClassName
{
background-color: #9FEDB8;
}
.BgClassName
{
background-color: #9FEDB8;
}
</style>
border-color css
<style>
span { border-color: #9FEDB8; }
span { border-color: rgb(159,237,184); }
td.TdClassName
{
border-color: #9FEDB8;
}
.TagClassName
{
border-color: #9FEDB8;
}
</style>