#8BD9AA

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

Shades of Vista Blue #8BD9AA

Tints of Vista Blue #8BD9AA

Color information

#8BD9AA (or 0x8BD9AA) is unknown color: approx Vista Blue. HEX triplet: 8B, D9 and AA. RGB value is (139,217,170). Sum of RGB (Red+Green+Blue) = 139+217+170=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD9AA is #742655. Grayscale: #BCBCBC. Windows color (decimal): -7611990 or 11196811. OLE color: 11196811.

HSL color Cylindrical-coordinate representation of color #8BD9AA: hue angle of 143.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD9AA is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB139217170-
CMYK0.3600.220.15
HSL143.85º50.65%69.8%-
HSV(B)143.85º35.94%85.1%-
XYZ42.7258.0246.98-
YUV188.32117.6692.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=26.43%
G=41.25%
B=32.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171700.3600.220.15143.8550.6569.8
Hex8BD9AA24016F903346
Octal213331252440261722063106
Binary1000101111011001101010101001000101101111100100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,170); }

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

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

 a { background-color: rgb(139,217,170); }

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

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

 span { border-color: rgb(139,217,170); }

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