#8CCAB0

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

Shades of Vista Blue #8CCAB0

Tints of Vista Blue #8CCAB0

Color information

#8CCAB0 (or 0x8CCAB0) is unknown color: approx Vista Blue. HEX triplet: 8C, CA and B0. RGB value is (140,202,176). Sum of RGB (Red+Green+Blue) = 140+202+176=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCAB0 is #73354F. Grayscale: #B4B4B4. Windows color (decimal): -7550288 or 11586188. OLE color: 11586188.

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

Color convert

RGB140202176-
CMYK0.3100.130.21
HSL154.84º36.9%67.06%-
HSV(B)154.84º30.69%79.22%-
XYZ39.7750.9548.81-
YUV180.5125.4699.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=27.03%
G=39.00%
B=33.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021760.3100.130.21154.8436.967.06
Hex8CCAB01F0D159b2543
Octal214312260370152523345103
Binary100011001100101010110000111110110110101100110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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