#8AE6BB

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

Shades of Vista Blue #8AE6BB

Tints of Vista Blue #8AE6BB

Color information

#8AE6BB (or 0x8AE6BB) is unknown color: approx Vista Blue. HEX triplet: 8A, E6 and BB. RGB value is (138,230,187). Sum of RGB (Red+Green+Blue) = 138+230+187=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #8AE6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE6BB is #751944. Grayscale: #C5C5C5. Windows color (decimal): -7674181 or 12314250. OLE color: 12314250.

HSL color Cylindrical-coordinate representation of color #8AE6BB: hue angle of 151.96º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE6BB is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB138230187-
CMYK0.400.190.10
HSL151.96º64.79%72.16%-
HSV(B)151.96º40%90.2%-
XYZ47.7565.5857.16-
YUV197.59122.0285.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.86%
GREEN value IS 230 (90.23% from 255) = 41.44%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=24.86%
G=41.44%
B=33.69%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382301870.400.190.10151.9664.7972.16
Hex8AE6BB28013A984148
Octal2123462735002312230101110
Binary10001010111001101011101110100001001110101001100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,230,187); }

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

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

 a { background-color: rgb(138,230,187); }

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

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

 span { border-color: rgb(138,230,187); }

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