#9AE1C3

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

Shades of Vista Blue #9AE1C3

Tints of Vista Blue #9AE1C3

Color information

#9AE1C3 (or 0x9AE1C3) is unknown color: approx Vista Blue. HEX triplet: 9A, E1 and C3. RGB value is (154,225,195). Sum of RGB (Red+Green+Blue) = 154+225+195=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE1C3 is #651E3C. Grayscale: #C8C8C8. Windows color (decimal): -6626877 or 12837274. OLE color: 12837274.

HSL color Cylindrical-coordinate representation of color #9AE1C3: hue angle of 154.65º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AE1C3 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB154225195-
CMYK0.3200.130.12
HSL154.65º54.2%74.31%-
HSV(B)154.65º31.56%88.24%-
XYZ50.164.6661.47-
YUV200.35124.9894.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=26.83%
G=39.20%
B=33.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542251950.3200.130.12154.6554.274.31
Hex9AE1C3200DC9b364a
Octal232341303400151423366112
Binary100110101110000111000011100000011011100100110111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,225,195); }

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

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

 a { background-color: rgb(154,225,195); }

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

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

 span { border-color: rgb(154,225,195); }

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