#8AEFAF

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

Shades of Vista Blue #8AEFAF

Tints of Vista Blue #8AEFAF

Color information

#8AEFAF (or 0x8AEFAF) is unknown color: approx Vista Blue. HEX triplet: 8A, EF and AF. RGB value is (138,239,175). Sum of RGB (Red+Green+Blue) = 138+239+175=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEFAF is #751050. Grayscale: #C9C9C9. Windows color (decimal): -7671889 or 11530122. OLE color: 11530122.

HSL color Cylindrical-coordinate representation of color #8AEFAF: hue angle of 141.98º 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 #8AEFAF is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB138239175-
CMYK0.4200.270.06
HSL141.98º75.94%73.92%-
HSV(B)141.98º42.26%93.73%-
XYZ49.0970.2351.53-
YUV201.5113.0482.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=25%
G=43.30%
B=31.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391750.4200.270.06141.9875.9473.92
Hex8AEFAF2A01B68e4c4a
Octal212357257520336216114112
Binary1000101011101111101011111010100110111101000111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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