#8BCDA8

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

Shades of Vista Blue #8BCDA8

Tints of Vista Blue #8BCDA8

Color information

#8BCDA8 (or 0x8BCDA8) is unknown color: approx Vista Blue. HEX triplet: 8B, CD and A8. RGB value is (139,205,168). Sum of RGB (Red+Green+Blue) = 139+205+168=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDA8 is #743257. Grayscale: #B5B5B5. Windows color (decimal): -7615064 or 11062667. OLE color: 11062667.

HSL color Cylindrical-coordinate representation of color #8BCDA8: hue angle of 146.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDA8 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB139205168-
CMYK0.3200.180.20
HSL146.36º39.76%67.45%-
HSV(B)146.36º32.2%80.39%-
XYZ39.5551.9844.99-
YUV181.05120.6398.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=27.15%
G=40.04%
B=32.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051680.3200.180.20146.3639.7667.45
Hex8BCDA82001214922843
Octal213315250400222422250103
Binary10001011110011011010100010000001001010100100100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,168); }

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

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

 a { background-color: rgb(139,205,168); }

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

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

 span { border-color: rgb(139,205,168); }

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