#8CCAAD

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

Shades of Vista Blue #8CCAAD

Tints of Vista Blue #8CCAAD

Color information

#8CCAAD (or 0x8CCAAD) is unknown color: approx Vista Blue. HEX triplet: 8C, CA and AD. RGB value is (140,202,173). Sum of RGB (Red+Green+Blue) = 140+202+173=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCAAD is #733552. Grayscale: #B4B4B4. Windows color (decimal): -7550291 or 11389580. OLE color: 11389580.

HSL color Cylindrical-coordinate representation of color #8CCAAD: hue angle of 151.94º 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 #8CCAAD is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB140202173-
CMYK0.3100.140.21
HSL151.94º36.9%67.06%-
HSV(B)151.94º30.69%79.22%-
XYZ39.4850.8347.27-
YUV180.16123.9699.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.18%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=27.18%
G=39.22%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021730.3100.140.21151.9436.967.06
Hex8CCAAD1F0E15982543
Octal214312255370162523045103
Binary100011001100101010101101111110111010101100110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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