#8CCCAD

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

Shades of Vista Blue #8CCCAD

Tints of Vista Blue #8CCCAD

Color information

#8CCCAD (or 0x8CCCAD) is unknown color: approx Vista Blue. HEX triplet: 8C, CC and AD. RGB value is (140,204,173). Sum of RGB (Red+Green+Blue) = 140+204+173=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCCAD is #733352. Grayscale: #B5B5B5. Windows color (decimal): -7549779 or 11390092. OLE color: 11390092.

HSL color Cylindrical-coordinate representation of color #8CCCAD: hue angle of 150.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCAD is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB140204173-
CMYK0.3100.150.2
HSL150.94º38.55%67.45%-
HSV(B)150.94º31.37%80%-
XYZ39.9551.7847.42-
YUV181.33123.398.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=27.08%
G=39.46%
B=33.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1402041730.3100.150.2150.9438.5567.45
Hex8CCCAD1F0F14972743
Octal214314255370172422747103
Binary100011001100110010101101111110111110100100101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,173); }

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

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

 a { background-color: rgb(140,204,173); }

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

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

 span { border-color: rgb(140,204,173); }

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