#8DCCAE

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

Shades of Vista Blue #8DCCAE

Tints of Vista Blue #8DCCAE

Color information

#8DCCAE (or 0x8DCCAE) is unknown color: approx Vista Blue. HEX triplet: 8D, CC and AE. RGB value is (141,204,174). Sum of RGB (Red+Green+Blue) = 141+204+174=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCAE is #723351. Grayscale: #B5B5B5. Windows color (decimal): -7484242 or 11455629. OLE color: 11455629.

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

Color convert

RGB141204174-
CMYK0.3100.150.2
HSL151.43º38.18%67.65%-
HSV(B)151.43º30.88%80%-
XYZ40.2251.947.94-
YUV181.74123.6398.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=27.17%
G=39.31%
B=33.53%

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
Decimal1412041740.3100.150.2151.4338.1867.65
Hex8DCCAE1F0F14972644
Octal215314256370172422746104
Binary100011011100110010101110111110111110100100101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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