#9AEBB3

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

Shades of Vista Blue #9AEBB3

Tints of Vista Blue #9AEBB3

Color information

#9AEBB3 (or 0x9AEBB3) is unknown color: approx Vista Blue. HEX triplet: 9A, EB and B3. RGB value is (154,235,179). Sum of RGB (Red+Green+Blue) = 154+235+179=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBB3 is #65144C. Grayscale: #CCCCCC. Windows color (decimal): -6624333 or 11791258. OLE color: 11791258.

HSL color Cylindrical-coordinate representation of color #9AEBB3: hue angle of 138.52º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBB3 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB154235179-
CMYK0.3400.240.08
HSL138.52º66.94%76.27%-
HSV(B)138.52º34.47%92.16%-
XYZ51.1769.5453.37-
YUV204.4113.6692.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.11%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=27.11%
G=41.37%
B=31.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351790.3400.240.08138.5266.9476.27
Hex9AEBB32201888b434c
Octal2323532634203010213103114
Binary10011010111010111011001110001001100010001000101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,179); }

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

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

 a { background-color: rgb(154,235,179); }

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

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

 span { border-color: rgb(154,235,179); }

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