#8AEDBF

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

Shades of Vista Blue #8AEDBF

Tints of Vista Blue #8AEDBF

Color information

#8AEDBF (or 0x8AEDBF) is unknown color: approx Vista Blue. HEX triplet: 8A, ED and BF. RGB value is (138,237,191). Sum of RGB (Red+Green+Blue) = 138+237+191=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDBF is #751240. Grayscale: #CACACA. Windows color (decimal): -7672385 or 12578186. OLE color: 12578186.

HSL color Cylindrical-coordinate representation of color #8AEDBF: hue angle of 152.12º degrees, saturation: 0.73, 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 #8AEDBF is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB138237191-
CMYK0.4200.190.07
HSL152.12º73.33%73.53%-
HSV(B)152.12º41.77%92.94%-
XYZ50.1769.7360.11-
YUV202.16121.782.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.38%
GREEN value IS 237 (92.97% from 255) = 41.87%
BLUE value IS 191 (75% from 255) = 33.75%
R=24.38%
G=41.87%
B=33.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382371910.4200.190.07152.1273.3373.53
Hex8AEDBF2A013798494a
Octal212355277520237230111112
Binary1000101011101101101111111010100100111111001100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,237,191); }

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

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

 a { background-color: rgb(138,237,191); }

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

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

 span { border-color: rgb(138,237,191); }

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