#9AE3BA

Color #9AE3BA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9AE3BA

Tints of Vista Blue #9AE3BA

Color information

#9AE3BA (or 0x9AE3BA) is unknown color: approx Vista Blue. HEX triplet: 9A, E3 and BA. RGB value is (154,227,186). Sum of RGB (Red+Green+Blue) = 154+227+186=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE3BA is #651C45. Grayscale: #C8C8C8. Windows color (decimal): -6626374 or 12247962. OLE color: 12247962.

HSL color Cylindrical-coordinate representation of color #9AE3BA: hue angle of 146.3º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE3BA is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB154227186-
CMYK0.3200.180.11
HSL146.3º56.59%74.71%-
HSV(B)146.3º32.16%89.02%-
XYZ49.6665.3556.45-
YUV200.5119.8294.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=27.16%
G=40.04%
B=32.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1542271860.3200.180.11146.356.5974.71
Hex9AE3BA20012B92394b
Octal232343272400221322271113
Binary1001101011100011101110101000000100101011100100101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE3BA; }

 p { color: rgb(154,227,186); }

 H1.HeaderClassName
 {
   color: #9AE3BA;
 }
 .AnyTagClassName
 {
   color: #9AE3BA;
 }
</style>
background-color css

<style>
 a { background-color: #9AE3BA; }

 a { background-color: rgb(154,227,186); }

 div.DivClassName
 {
   background-color: #9AE3BA;
 }
 .BgClassName
 {
   background-color: #9AE3BA;
 }
</style>
border-color css

<style>
 span { border-color: #9AE3BA; }

 span { border-color: rgb(154,227,186); }

 td.TdClassName
 {
   border-color: #9AE3BA;
 }
 .TagClassName
 {
   border-color: #9AE3BA;
 }
</style>