#8AEFBC

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

Shades of Vista Blue #8AEFBC

Tints of Vista Blue #8AEFBC

Color information

#8AEFBC (or 0x8AEFBC) is unknown color: approx Vista Blue. HEX triplet: 8A, EF and BC. RGB value is (138,239,188). Sum of RGB (Red+Green+Blue) = 138+239+188=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFBC is #751043. Grayscale: #CBCBCB. Windows color (decimal): -7671876 or 12382090. OLE color: 12382090.

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

Color convert

RGB138239188-
CMYK0.4200.210.06
HSL149.7º75.94%73.92%-
HSV(B)149.7º42.26%93.73%-
XYZ50.4270.7758.58-
YUV202.99119.5481.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.42%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=24.42%
G=42.30%
B=33.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382391880.4200.210.06149.775.9473.92
Hex8AEFBC2A0156964c4a
Octal212357274520256226114112
Binary1000101011101111101111001010100101011101001011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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