Html Css Color HEX #8EDEAD Vista Blue

📋 copy color: '#8EDEAD'

red 142 ◦ green 222 ◦ blue 173

#8EDEAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #8EDEAD

Tints of Vista Blue #8EDEAD

RGB

 RED value IS 142 (55.86% from 255) = 26.44%

 GREEN value IS 222 (87.11% from 255) = 41.34%

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 26.44%
G = 41.34%
B = 32.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#8EDEAD (or 0x8EDEAD) is known color: Vista Blue. HEX triplet: 8E, DE and AD. RGB value is (142,222,173). Sum of RGB (Red+Green+Blue) = 142+222+173=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDEAD is #712152. Grayscale: #C0C0C0. Windows color (decimal): -7414099 or 11394702. OLE color: 11394702.

HSL color Cylindrical-coordinate representation of color #8EDEAD: hue angle of 143.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDEAD is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 222 173 -
CMYK 0.36 0 0.22 0.13
HSL 143.25º 0.55% 0.71% -
HSV(B) 143.25º 0.36% 0.87% -
XYZ 44.82 61.01 48.95 -
YUV 192.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 142 222 173 0.36 0 0.22 0.13 143.25 0.55 0.71
Hex 8E DE AD 24 0 16 D 8F 37 47
Octal 216 336 255 44 0 26 15 217 67 107
Binary 10001110 11011110 10101101 100100 0 10110 1101 10001111 110111 1000111

Color Harmonies of #8EDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEAD

Black with #8EDEAD

Text Example


Text Example

White with #8EDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,173); }

 H1.HeaderClassName
 {
   color: #8EDEAD;
 }
 .AnyTagClassName
 {
   color: #8EDEAD;
 }
</style>

background-color css

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

 a { background-color: rgb(142,222,173); }

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

border-color css

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

 span { border-color: rgb(142,222,173); }

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