#8AEBB3

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

Shades of Vista Blue #8AEBB3

Tints of Vista Blue #8AEBB3

Color information

#8AEBB3 (or 0x8AEBB3) is unknown color: approx Vista Blue. HEX triplet: 8A, EB and B3. RGB value is (138,235,179). Sum of RGB (Red+Green+Blue) = 138+235+179=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBB3 is #75144C. Grayscale: #C7C7C7. Windows color (decimal): -7672909 or 11791242. OLE color: 11791242.

HSL color Cylindrical-coordinate representation of color #8AEBB3: hue angle of 145.36º 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 #8AEBB3 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB138235179-
CMYK0.4100.240.08
HSL145.36º70.8%73.14%-
HSV(B)145.36º41.28%92.16%-
XYZ48.3368.0753.24-
YUV199.61116.3684.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=25%
G=42.57%
B=32.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382351790.4100.240.08145.3670.873.14
Hex8AEBB3290188914749
Octal2123532635103010221107111
Binary10001010111010111011001110100101100010001001000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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