#8AEBBD

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

Shades of Vista Blue #8AEBBD

Tints of Vista Blue #8AEBBD

Color information

#8AEBBD (or 0x8AEBBD) is unknown color: approx Vista Blue. HEX triplet: 8A, EB and BD. RGB value is (138,235,189). Sum of RGB (Red+Green+Blue) = 138+235+189=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBBD is #751442. Grayscale: #C8C8C8. Windows color (decimal): -7672899 or 12446602. OLE color: 12446602.

HSL color Cylindrical-coordinate representation of color #8AEBBD: hue angle of 151.55º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEBBD is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB138235189-
CMYK0.4100.200.08
HSL151.55º70.8%73.14%-
HSV(B)151.55º41.28%92.16%-
XYZ49.3768.4958.76-
YUV200.75121.3683.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=24.56%
G=41.81%
B=33.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382351890.4100.200.08151.5570.873.14
Hex8AEBBD290148984749
Octal2123532755102410230107111
Binary10001010111010111011110110100101010010001001100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,189); }

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

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

 a { background-color: rgb(138,235,189); }

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

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

 span { border-color: rgb(138,235,189); }

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