#8CC8AB

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

Shades of Vista Blue #8CC8AB

Tints of Vista Blue #8CC8AB

Color information

#8CC8AB (or 0x8CC8AB) is unknown color: approx Vista Blue. HEX triplet: 8C, C8 and AB. RGB value is (140,200,171). Sum of RGB (Red+Green+Blue) = 140+200+171=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC8AB is #733754. Grayscale: #B2B2B2. Windows color (decimal): -7550805 or 11257996. OLE color: 11257996.

HSL color Cylindrical-coordinate representation of color #8CC8AB: hue angle of 151º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8AB is Cyan = 0.3, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB140200171-
CMYK0.300.140.22
HSL151º35.29%66.67%-
HSV(B)151º30%78.43%-
XYZ38.8249.8246.1-
YUV178.75123.62100.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.40%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=27.40%
G=39.14%
B=33.46%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001710.300.140.2215135.2966.67
Hex8CC8AB1E0E16972343
Octal214310253360162622743103
Binary100011001100100010101011111100111010110100101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,171); }

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

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

 a { background-color: rgb(140,200,171); }

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

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

 span { border-color: rgb(140,200,171); }

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