Shades of Vista Blue #9AEDBD
Tints of Vista Blue #9AEDBD
RGB
CMYK
RGB Variations
Color information
#9AEDBD (or 0x9AEDBD) is known color: Vista Blue. HEX triplet: 9A, ED and BD. RGB value is (154,237,189). Sum of RGB (Red+Green+Blue) = 154+237+189=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDBD is #651242. Grayscale: #CECECE. Windows color (decimal): -6623811 or 12447130. OLE color: 12447130.
HSL color Cylindrical-coordinate representation of color #9AEDBD: hue angle of 145.3º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDBD is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 189 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.07 |
| HSL | 145.3º | 0.7% | 0.77% | - |
| HSV(B) | 145.3º | 0.35% | 0.93% | - |
| XYZ | 52.8 | 71.11 | 59.09 | - |
| YUV | 206.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 189 | 0.35 | 0 | 0.20 | 0.07 | 145.3 | 0.7 | 0.77 |
| Hex | 9A | ED | BD | 23 | 0 | 14 | 7 | 91 | 46 | 4D |
| Octal | 232 | 355 | 275 | 43 | 0 | 24 | 7 | 221 | 106 | 115 |
| Binary | 10011010 | 11101101 | 10111101 | 100011 | 0 | 10100 | 111 | 10010001 | 1000110 | 1001101 |
Color Harmonies of #9AEDBD
Complementary color
Monochromatic Colors of #9AEDBD
Black with #9AEDBD
Text Example
Text Example
White with #9AEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDBD; }
p { color: rgb(154,237,189); }
H1.HeaderClassName
{
color: #9AEDBD;
}
.AnyTagClassName
{
color: #9AEDBD;
}
</style>
background-color css
<style>
a { background-color: #9AEDBD; }
a { background-color: rgb(154,237,189); }
div.DivClassName
{
background-color: #9AEDBD;
}
.BgClassName
{
background-color: #9AEDBD;
}
</style>
border-color css
<style>
span { border-color: #9AEDBD; }
span { border-color: rgb(154,237,189); }
td.TdClassName
{
border-color: #9AEDBD;
}
.TagClassName
{
border-color: #9AEDBD;
}
</style>