Shades of Vista Blue #9AF1BA
Tints of Vista Blue #9AF1BA
RGB
CMYK
RGB Variations
Color information
#9AF1BA (or 0x9AF1BA) is known color: Vista Blue. HEX triplet: 9A, F1 and BA. RGB value is (154,241,186). Sum of RGB (Red+Green+Blue) = 154+241+186=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF1BA is #650E45. Grayscale: #D0D0D0. Windows color (decimal): -6622790 or 12251546. OLE color: 12251546.
HSL color Cylindrical-coordinate representation of color #9AF1BA: hue angle of 142.07º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF1BA is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 186 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.05 |
| HSL | 142.07º | 0.76% | 0.77% | - |
| HSV(B) | 142.07º | 0.36% | 0.95% | - |
| XYZ | 53.64 | 73.33 | 57.78 | - |
| YUV | 208.72 | 115.18 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 186 | 0.36 | 0 | 0.23 | 0.05 | 142.07 | 0.76 | 0.77 |
| Hex | 9A | F1 | BA | 24 | 0 | 17 | 5 | 8E | 4C | 4D |
| Octal | 232 | 361 | 272 | 44 | 0 | 27 | 5 | 216 | 114 | 115 |
| Binary | 10011010 | 11110001 | 10111010 | 100100 | 0 | 10111 | 101 | 10001110 | 1001100 | 1001101 |
Color Harmonies of #9AF1BA
Complementary color
Monochromatic Colors of #9AF1BA
Black with #9AF1BA
Text Example
Text Example
White with #9AF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF1BA; }
p { color: rgb(154,241,186); }
H1.HeaderClassName
{
color: #9AF1BA;
}
.AnyTagClassName
{
color: #9AF1BA;
}
</style>
background-color css
<style>
a { background-color: #9AF1BA; }
a { background-color: rgb(154,241,186); }
div.DivClassName
{
background-color: #9AF1BA;
}
.BgClassName
{
background-color: #9AF1BA;
}
</style>
border-color css
<style>
span { border-color: #9AF1BA; }
span { border-color: rgb(154,241,186); }
td.TdClassName
{
border-color: #9AF1BA;
}
.TagClassName
{
border-color: #9AF1BA;
}
</style>