#9AE0BB

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

Shades of Vista Blue #9AE0BB

Tints of Vista Blue #9AE0BB

Color information

#9AE0BB (or 0x9AE0BB) is unknown color: approx Vista Blue. HEX triplet: 9A, E0 and BB. RGB value is (154,224,187). Sum of RGB (Red+Green+Blue) = 154+224+187=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE0BB is #651F44. Grayscale: #C6C6C6. Windows color (decimal): -6627141 or 12312730. OLE color: 12312730.

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

Color convert

RGB154224187-
CMYK0.3100.170.12
HSL148.29º53.03%74.12%-
HSV(B)148.29º31.25%87.84%-
XYZ48.9563.7756.74-
YUV198.85121.3196.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=27.26%
G=39.65%
B=33.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542241870.3100.170.12148.2953.0374.12
Hex9AE0BB1F011C94354a
Octal232340273370211422465112
Binary100110101110000010111011111110100011100100101001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,224,187); }

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

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

 a { background-color: rgb(154,224,187); }

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

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

 span { border-color: rgb(154,224,187); }

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