#8CCCAE

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

Shades of Vista Blue #8CCCAE

Tints of Vista Blue #8CCCAE

Color information

#8CCCAE (or 0x8CCCAE) is unknown color: approx Vista Blue. HEX triplet: 8C, CC and AE. RGB value is (140,204,174). Sum of RGB (Red+Green+Blue) = 140+204+174=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCCAE is #733351. Grayscale: #B5B5B5. Windows color (decimal): -7549778 or 11455628. OLE color: 11455628.

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

Color convert

RGB140204174-
CMYK0.3100.150.2
HSL151.88º38.55%67.45%-
HSV(B)151.88º31.37%80%-
XYZ40.0551.8247.94-
YUV181.44123.898.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=27.03%
G=39.38%
B=33.59%

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
Decimal1402041740.3100.150.2151.8838.5567.45
Hex8CCCAE1F0F14982743
Octal214314256370172423047103
Binary100011001100110010101110111110111110100100110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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