#8DD0AE

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

Shades of Vista Blue #8DD0AE

Tints of Vista Blue #8DD0AE

Color information

#8DD0AE (or 0x8DD0AE) is unknown color: approx Vista Blue. HEX triplet: 8D, D0 and AE. RGB value is (141,208,174). Sum of RGB (Red+Green+Blue) = 141+208+174=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD0AE is #722F51. Grayscale: #B8B8B8. Windows color (decimal): -7483218 or 11456653. OLE color: 11456653.

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

Color convert

RGB141208174-
CMYK0.3200.160.18
HSL149.55º41.61%68.43%-
HSV(B)149.55º32.21%81.57%-
XYZ41.1853.8348.26-
YUV184.09122.397.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=26.96%
G=39.77%
B=33.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081740.3200.160.18149.5541.6168.43
Hex8DD0AE2001012962a44
Octal215320256400202222652104
Binary10001101110100001010111010000001000010010100101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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