#8DEAAD

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

Shades of Vista Blue #8DEAAD

Tints of Vista Blue #8DEAAD

Color information

#8DEAAD (or 0x8DEAAD) is unknown color: approx Vista Blue. HEX triplet: 8D, EA and AD. RGB value is (141,234,173). Sum of RGB (Red+Green+Blue) = 141+234+173=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEAAD is #721552. Grayscale: #C7C7C7. Windows color (decimal): -7476563 or 11397773. OLE color: 11397773.

HSL color Cylindrical-coordinate representation of color #8DEAAD: hue angle of 140.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAAD is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB141234173-
CMYK0.4000.260.08
HSL140.65º68.89%73.53%-
HSV(B)140.65º39.74%91.76%-
XYZ47.9567.5350.04-
YUV199.24113.1986.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 234 (91.80% from 255) = 42.70%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=25.73%
G=42.70%
B=31.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341730.4000.260.08140.6568.8973.53
Hex8DEAAD2801A88d454a
Octal2153522555003210215105112
Binary10001101111010101010110110100001101010001000110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,173); }

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

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

 a { background-color: rgb(141,234,173); }

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

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

 span { border-color: rgb(141,234,173); }

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