#8DCAB0

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

Shades of Vista Blue #8DCAB0

Tints of Vista Blue #8DCAB0

Color information

#8DCAB0 (or 0x8DCAB0) is unknown color: approx Vista Blue. HEX triplet: 8D, CA and B0. RGB value is (141,202,176). Sum of RGB (Red+Green+Blue) = 141+202+176=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAB0 is #72354F. Grayscale: #B4B4B4. Windows color (decimal): -7484752 or 11586189. OLE color: 11586189.

HSL color Cylindrical-coordinate representation of color #8DCAB0: hue angle of 154.43º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAB0 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB141202176-
CMYK0.3000.130.21
HSL154.43º36.53%67.25%-
HSV(B)154.43º30.2%79.22%-
XYZ39.9451.0448.82-
YUV180.8125.2999.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=27.17%
G=38.92%
B=33.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021760.3000.130.21154.4336.5367.25
Hex8DCAB01E0D159a2543
Octal215312260360152523245103
Binary100011011100101010110000111100110110101100110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,176); }

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

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

 a { background-color: rgb(141,202,176); }

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

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

 span { border-color: rgb(141,202,176); }

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