Html Css Color HEX #8ED5B2 Vista Blue

📋 copy color: '#8ED5B2'

red 142 ◦ green 213 ◦ blue 178

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

Shades of Vista Blue #8ED5B2

Tints of Vista Blue #8ED5B2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.96%

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 26.64%
G = 39.96%
B = 33.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#8ED5B2 (or 0x8ED5B2) is known color: Vista Blue. HEX triplet: 8E, D5 and B2. RGB value is (142,213,178). Sum of RGB (Red+Green+Blue) = 142+213+178=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED5B2 is #712A4D. Grayscale: #BBBBBB. Windows color (decimal): -7416398 or 11720078. OLE color: 11720078.

HSL color Cylindrical-coordinate representation of color #8ED5B2: hue angle of 150.42º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED5B2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 178 -
CMYK 0.33 0 0.16 0.16
HSL 150.42º 0.46% 0.7% -
HSV(B) 150.42º 0.33% 0.84% -
XYZ 42.99 56.55 50.77 -
YUV 187.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 142 213 178 0.33 0 0.16 0.16 150.42 0.46 0.7
Hex 8E D5 B2 21 0 10 10 96 2E 46
Octal 216 325 262 41 0 20 20 226 56 106
Binary 10001110 11010101 10110010 100001 0 10000 10000 10010110 101110 1000110

Color Harmonies of #8ED5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED5B2

Black with #8ED5B2

Text Example


Text Example

White with #8ED5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,178); }

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

background-color css

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

 a { background-color: rgb(142,213,178); }

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

border-color css

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

 span { border-color: rgb(142,213,178); }

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