#9AEFB4

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

Shades of Vista Blue #9AEFB4

Tints of Vista Blue #9AEFB4

Color information

#9AEFB4 (or 0x9AEFB4) is unknown color: approx Vista Blue. HEX triplet: 9A, EF and B4. RGB value is (154,239,180). Sum of RGB (Red+Green+Blue) = 154+239+180=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEFB4 is #65104B. Grayscale: #CFCFCF. Windows color (decimal): -6623308 or 11857818. OLE color: 11857818.

HSL color Cylindrical-coordinate representation of color #9AEFB4: hue angle of 138.35º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEFB4 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB154239180-
CMYK0.3600.250.06
HSL138.35º72.65%77.06%-
HSV(B)138.35º35.56%93.73%-
XYZ52.4371.954.29-
YUV206.86112.8490.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.88%
GREEN value IS 239 (93.75% from 255) = 41.71%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=26.88%
G=41.71%
B=31.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542391800.3600.250.06138.3572.6577.06
Hex9AEFB42401968a494d
Octal232357264440316212111115
Binary1001101011101111101101001001000110011101000101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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