#8DCEAE

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

Shades of Vista Blue #8DCEAE

Tints of Vista Blue #8DCEAE

Color information

#8DCEAE (or 0x8DCEAE) is unknown color: approx Vista Blue. HEX triplet: 8D, CE and AE. RGB value is (141,206,174). Sum of RGB (Red+Green+Blue) = 141+206+174=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCEAE is #723151. Grayscale: #B6B6B6. Windows color (decimal): -7483730 or 11456141. OLE color: 11456141.

HSL color Cylindrical-coordinate representation of color #8DCEAE: hue angle of 150.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEAE is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB141206174-
CMYK0.3200.160.19
HSL150.46º39.88%68.04%-
HSV(B)150.46º31.55%80.78%-
XYZ40.752.8648.1-
YUV182.92122.9798.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=27.06%
G=39.54%
B=33.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061740.3200.160.19150.4639.8868.04
Hex8DCEAE2001013962844
Octal215316256400202322650104
Binary10001101110011101010111010000001000010011100101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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