Shades of Vista Blue #9DDEBF
Tints of Vista Blue #9DDEBF
RGB
CMYK
RGB Variations
Color information
#9DDEBF (or 0x9DDEBF) is known color: Vista Blue. HEX triplet: 9D, DE and BF. RGB value is (157,222,191). Sum of RGB (Red+Green+Blue) = 157+222+191=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEBF is #622140. Grayscale: #C7C7C7. Windows color (decimal): -6431041 or 12574365. OLE color: 12574365.
HSL color Cylindrical-coordinate representation of color #9DDEBF: hue angle of 151.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEBF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 191 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.13 |
| HSL | 151.38º | 0.5% | 0.74% | - |
| HSV(B) | 151.38º | 0.29% | 0.87% | - |
| XYZ | 49.43 | 63.17 | 58.88 | - |
| YUV | 199.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 191 | 0.29 | 0 | 0.14 | 0.13 | 151.38 | 0.5 | 0.74 |
| Hex | 9D | DE | BF | 1D | 0 | E | D | 97 | 32 | 4A |
| Octal | 235 | 336 | 277 | 35 | 0 | 16 | 15 | 227 | 62 | 112 |
| Binary | 10011101 | 11011110 | 10111111 | 11101 | 0 | 1110 | 1101 | 10010111 | 110010 | 1001010 |
Color Harmonies of #9DDEBF
Complementary color
Monochromatic Colors of #9DDEBF
Black with #9DDEBF
Text Example
Text Example
White with #9DDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEBF; }
p { color: rgb(157,222,191); }
H1.HeaderClassName
{
color: #9DDEBF;
}
.AnyTagClassName
{
color: #9DDEBF;
}
</style>
background-color css
<style>
a { background-color: #9DDEBF; }
a { background-color: rgb(157,222,191); }
div.DivClassName
{
background-color: #9DDEBF;
}
.BgClassName
{
background-color: #9DDEBF;
}
</style>
border-color css
<style>
span { border-color: #9DDEBF; }
span { border-color: rgb(157,222,191); }
td.TdClassName
{
border-color: #9DDEBF;
}
.TagClassName
{
border-color: #9DDEBF;
}
</style>