#8AEEB9

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

Shades of Vista Blue #8AEEB9

Tints of Vista Blue #8AEEB9

Color information

#8AEEB9 (or 0x8AEEB9) is unknown color: approx Vista Blue. HEX triplet: 8A, EE and B9. RGB value is (138,238,185). Sum of RGB (Red+Green+Blue) = 138+238+185=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEB9 is #751146. Grayscale: #CACACA. Windows color (decimal): -7672135 or 12185226. OLE color: 12185226.

HSL color Cylindrical-coordinate representation of color #8AEEB9: hue angle of 148.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEB9 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB138238185-
CMYK0.4200.220.07
HSL148.2º74.63%73.73%-
HSV(B)148.2º42.02%93.33%-
XYZ49.8170.0656.8-
YUV202.06118.3782.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.60%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=24.60%
G=42.42%
B=32.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382381850.4200.220.07148.274.6373.73
Hex8AEEB92A0167944b4a
Octal212356271520267224113112
Binary1000101011101110101110011010100101101111001010010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AEEB9; }

 p { color: rgb(138,238,185); }

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

<style>
 a { background-color: #8AEEB9; }

 a { background-color: rgb(138,238,185); }

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

<style>
 span { border-color: #8AEEB9; }

 span { border-color: rgb(138,238,185); }

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