#9AEEBD

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

Shades of Vista Blue #9AEEBD

Tints of Vista Blue #9AEEBD

Color information

#9AEEBD (or 0x9AEEBD) is unknown color: approx Vista Blue. HEX triplet: 9A, EE and BD. RGB value is (154,238,189). Sum of RGB (Red+Green+Blue) = 154+238+189=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEBD is #651142. Grayscale: #CFCFCF. Windows color (decimal): -6623555 or 12447386. OLE color: 12447386.

HSL color Cylindrical-coordinate representation of color #9AEEBD: hue angle of 145º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEBD is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB154238189-
CMYK0.3500.210.07
HSL145º71.19%76.86%-
HSV(B)145º35.29%93.33%-
XYZ53.0971.6959.18-
YUV207.3117.6789.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=26.51%
G=40.96%
B=32.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542381890.3500.210.0714571.1976.86
Hex9AEEBD23015791474d
Octal232356275430257221107115
Binary1001101011101110101111011000110101011111001000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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