Shades of Vista Blue #9DEFB8
Tints of Vista Blue #9DEFB8
RGB
CMYK
RGB Variations
Color information
#9DEFB8 (or 0x9DEFB8) is known color: Vista Blue. HEX triplet: 9D, EF and B8. RGB value is (157,239,184). Sum of RGB (Red+Green+Blue) = 157+239+184=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFB8 is #621047. Grayscale: #D0D0D0. Windows color (decimal): -6426696 or 12119965. OLE color: 12119965.
HSL color Cylindrical-coordinate representation of color #9DEFB8: hue angle of 139.76º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFB8 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 184 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.06 |
| HSL | 139.76º | 0.72% | 0.78% | - |
| HSV(B) | 139.76º | 0.34% | 0.94% | - |
| XYZ | 53.42 | 72.36 | 56.5 | - |
| YUV | 208.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 184 | 0.34 | 0 | 0.23 | 0.06 | 139.76 | 0.72 | 0.78 |
| Hex | 9D | EF | B8 | 22 | 0 | 17 | 6 | 8C | 48 | 4E |
| Octal | 235 | 357 | 270 | 42 | 0 | 27 | 6 | 214 | 110 | 116 |
| Binary | 10011101 | 11101111 | 10111000 | 100010 | 0 | 10111 | 110 | 10001100 | 1001000 | 1001110 |
Color Harmonies of #9DEFB8
Complementary color
Monochromatic Colors of #9DEFB8
Black with #9DEFB8
Text Example
Text Example
White with #9DEFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFB8; }
p { color: rgb(157,239,184); }
H1.HeaderClassName
{
color: #9DEFB8;
}
.AnyTagClassName
{
color: #9DEFB8;
}
</style>
background-color css
<style>
a { background-color: #9DEFB8; }
a { background-color: rgb(157,239,184); }
div.DivClassName
{
background-color: #9DEFB8;
}
.BgClassName
{
background-color: #9DEFB8;
}
</style>
border-color css
<style>
span { border-color: #9DEFB8; }
span { border-color: rgb(157,239,184); }
td.TdClassName
{
border-color: #9DEFB8;
}
.TagClassName
{
border-color: #9DEFB8;
}
</style>