Html Css Color HEX #8EDFAB Vista Blue

📋 copy color: '#8EDFAB'

red 142 ◦ green 223 ◦ blue 171

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

Shades of Vista Blue #8EDFAB

Tints of Vista Blue #8EDFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 26.49%
G = 41.6%
B = 31.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#8EDFAB (or 0x8EDFAB) is known color: Vista Blue. HEX triplet: 8E, DF and AB. RGB value is (142,223,171). Sum of RGB (Red+Green+Blue) = 142+223+171=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFAB is #712054. Grayscale: #C0C0C0. Windows color (decimal): -7413845 or 11263886. OLE color: 11263886.

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

Color convert

RGB 142 223 171 -
CMYK 0.36 0 0.23 0.13
HSL 141.48º 0.56% 0.72% -
HSV(B) 141.48º 0.36% 0.87% -
XYZ 44.89 61.47 48.03 -
YUV 192.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 142 223 171 0.36 0 0.23 0.13 141.48 0.56 0.72
Hex 8E DF AB 24 0 17 D 8D 38 48
Octal 216 337 253 44 0 27 15 215 70 110
Binary 10001110 11011111 10101011 100100 0 10111 1101 10001101 111000 1001000

Color Harmonies of #8EDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFAB

Black with #8EDFAB

Text Example


Text Example

White with #8EDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,171); }

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

background-color css

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

 a { background-color: rgb(142,223,171); }

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

border-color css

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

 span { border-color: rgb(142,223,171); }

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