#9AEBB6

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

Shades of Vista Blue #9AEBB6

Tints of Vista Blue #9AEBB6

Color information

#9AEBB6 (or 0x9AEBB6) is unknown color: approx Vista Blue. HEX triplet: 9A, EB and B6. RGB value is (154,235,182). Sum of RGB (Red+Green+Blue) = 154+235+182=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBB6 is #651449. Grayscale: #CCCCCC. Windows color (decimal): -6624330 or 11987866. OLE color: 11987866.

HSL color Cylindrical-coordinate representation of color #9AEBB6: hue angle of 140.74º 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 #9AEBB6 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB154235182-
CMYK0.3400.230.08
HSL140.74º66.94%76.27%-
HSV(B)140.74º34.47%92.16%-
XYZ51.4869.6654.99-
YUV204.74115.1691.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.97%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=26.97%
G=41.16%
B=31.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351820.3400.230.08140.7466.9476.27
Hex9AEBB62201788d434c
Octal2323532664202710215103114
Binary10011010111010111011011010001001011110001000110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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