#8AEFB3

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

Shades of Vista Blue #8AEFB3

Tints of Vista Blue #8AEFB3

Color information

#8AEFB3 (or 0x8AEFB3) is unknown color: approx Vista Blue. HEX triplet: 8A, EF and B3. RGB value is (138,239,179). Sum of RGB (Red+Green+Blue) = 138+239+179=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFB3 is #75104C. Grayscale: #CACACA. Windows color (decimal): -7671885 or 11792266. OLE color: 11792266.

HSL color Cylindrical-coordinate representation of color #8AEFB3: hue angle of 144.36º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEFB3 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB138239179-
CMYK0.4200.250.06
HSL144.36º75.94%73.92%-
HSV(B)144.36º42.26%93.73%-
XYZ49.4870.3953.63-
YUV201.96115.0482.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=24.82%
G=42.99%
B=32.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391790.4200.250.06144.3675.9473.92
Hex8AEFB32A0196904c4a
Octal212357263520316220114112
Binary1000101011101111101100111010100110011101001000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,239,179); }

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

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

 a { background-color: rgb(138,239,179); }

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

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

 span { border-color: rgb(138,239,179); }

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