Shades of Vista Blue #9AE0B2
Tints of Vista Blue #9AE0B2
RGB
CMYK
RGB Variations
Color information
#9AE0B2 (or 0x9AE0B2) is known color: Vista Blue. HEX triplet: 9A, E0 and B2. RGB value is (154,224,178). Sum of RGB (Red+Green+Blue) = 154+224+178=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE0B2 is #651F4D. Grayscale: #C5C5C5. Windows color (decimal): -6627150 or 11722906. OLE color: 11722906.
HSL color Cylindrical-coordinate representation of color #9AE0B2: hue angle of 140.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0B2 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 224 | 178 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.12 |
| HSL | 140.57º | 0.53% | 0.74% | - |
| HSV(B) | 140.57º | 0.31% | 0.88% | - |
| XYZ | 48.02 | 63.4 | 51.83 | - |
| YUV | 197.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 178 | 0.31 | 0 | 0.21 | 0.12 | 140.57 | 0.53 | 0.74 |
| Hex | 9A | E0 | B2 | 1F | 0 | 15 | C | 8D | 35 | 4A |
| Octal | 232 | 340 | 262 | 37 | 0 | 25 | 14 | 215 | 65 | 112 |
| Binary | 10011010 | 11100000 | 10110010 | 11111 | 0 | 10101 | 1100 | 10001101 | 110101 | 1001010 |
Color Harmonies of #9AE0B2
Complementary color
Monochromatic Colors of #9AE0B2
Black with #9AE0B2
Text Example
Text Example
White with #9AE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE0B2; }
p { color: rgb(154,224,178); }
H1.HeaderClassName
{
color: #9AE0B2;
}
.AnyTagClassName
{
color: #9AE0B2;
}
</style>
background-color css
<style>
a { background-color: #9AE0B2; }
a { background-color: rgb(154,224,178); }
div.DivClassName
{
background-color: #9AE0B2;
}
.BgClassName
{
background-color: #9AE0B2;
}
</style>
border-color css
<style>
span { border-color: #9AE0B2; }
span { border-color: rgb(154,224,178); }
td.TdClassName
{
border-color: #9AE0B2;
}
.TagClassName
{
border-color: #9AE0B2;
}
</style>