#8AE7B8

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

Shades of Vista Blue #8AE7B8

Tints of Vista Blue #8AE7B8

Color information

#8AE7B8 (or 0x8AE7B8) is unknown color: approx Vista Blue. HEX triplet: 8A, E7 and B8. RGB value is (138,231,184). Sum of RGB (Red+Green+Blue) = 138+231+184=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7B8 is #751847. Grayscale: #C5C5C5. Windows color (decimal): -7673928 or 12117898. OLE color: 12117898.

HSL color Cylindrical-coordinate representation of color #8AE7B8: hue angle of 149.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7B8 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB138231184-
CMYK0.4000.200.09
HSL149.68º65.96%72.35%-
HSV(B)149.68º40.26%90.59%-
XYZ47.7166.0255.58-
YUV197.83120.1985.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 231 (90.62% from 255) = 41.77%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=24.95%
G=41.77%
B=33.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311840.4000.200.09149.6865.9672.35
Hex8AE7B8280149964248
Octal2123472705002411226102110
Binary10001010111001111011100010100001010010011001011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,231,184); }

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

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

 a { background-color: rgb(138,231,184); }

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

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

 span { border-color: rgb(138,231,184); }

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