#9AEBB4

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

Shades of Vista Blue #9AEBB4

Tints of Vista Blue #9AEBB4

Color information

#9AEBB4 (or 0x9AEBB4) is unknown color: approx Vista Blue. HEX triplet: 9A, EB and B4. RGB value is (154,235,180). Sum of RGB (Red+Green+Blue) = 154+235+180=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBB4 is #65144B. Grayscale: #CCCCCC. Windows color (decimal): -6624332 or 11856794. OLE color: 11856794.

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

Color convert

RGB154235180-
CMYK0.3400.230.08
HSL139.26º66.94%76.27%-
HSV(B)139.26º34.47%92.16%-
XYZ51.2769.5853.91-
YUV204.51114.1691.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=27.07%
G=41.30%
B=31.63%

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
Decimal1542351800.3400.230.08139.2666.9476.27
Hex9AEBB42201788b434c
Octal2323532644202710213103114
Binary10011010111010111011010010001001011110001000101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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