#9AE5BD

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

Shades of Vista Blue #9AE5BD

Tints of Vista Blue #9AE5BD

Color information

#9AE5BD (or 0x9AE5BD) is unknown color: approx Vista Blue. HEX triplet: 9A, E5 and BD. RGB value is (154,229,189). Sum of RGB (Red+Green+Blue) = 154+229+189=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE5BD is #651A42. Grayscale: #CACACA. Windows color (decimal): -6625859 or 12445082. OLE color: 12445082.

HSL color Cylindrical-coordinate representation of color #9AE5BD: hue angle of 148º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE5BD is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB154229189-
CMYK0.3300.170.10
HSL148º59.06%75.1%-
HSV(B)148º32.75%89.8%-
XYZ50.5366.5858.33-
YUV202.02120.6593.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.92%
GREEN value IS 229 (89.84% from 255) = 40.03%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=26.92%
G=40.03%
B=33.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1542291890.3300.170.1014859.0675.1
Hex9AE5BD21011A943b4b
Octal232345275410211222473113
Binary1001101011100101101111011000010100011010100101001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,229,189); }

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

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

 a { background-color: rgb(154,229,189); }

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

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

 span { border-color: rgb(154,229,189); }

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