#9AE9BC

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

Shades of Vista Blue #9AE9BC

Tints of Vista Blue #9AE9BC

Color information

#9AE9BC (or 0x9AE9BC) is unknown color: approx Vista Blue. HEX triplet: 9A, E9 and BC. RGB value is (154,233,188). Sum of RGB (Red+Green+Blue) = 154+233+188=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE9BC is #651643. Grayscale: #CCCCCC. Windows color (decimal): -6624836 or 12380570. OLE color: 12380570.

HSL color Cylindrical-coordinate representation of color #9AE9BC: hue angle of 145.82º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE9BC is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB154233188-
CMYK0.3400.190.09
HSL145.82º64.23%75.88%-
HSV(B)145.82º33.91%91.37%-
XYZ51.5468.7858.14-
YUV204.25118.8392.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.78%
GREEN value IS 233 (91.41% from 255) = 40.52%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=26.78%
G=40.52%
B=32.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542331880.3400.190.09145.8264.2375.88
Hex9AE9BC22013992404c
Octal2323512744202311222100114
Binary10011010111010011011110010001001001110011001001010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,233,188); }

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

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

 a { background-color: rgb(154,233,188); }

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

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

 span { border-color: rgb(154,233,188); }

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