Html Css Color HEX #8ED5B3 Vista Blue

📋 copy color: '#8ED5B3'

red 142 ◦ green 213 ◦ blue 179

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

Shades of Vista Blue #8ED5B3

Tints of Vista Blue #8ED5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 26.59%
G = 39.89%
B = 33.52%

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

#8ED5B3 (or 0x8ED5B3) is known color: Vista Blue. HEX triplet: 8E, D5 and B3. RGB value is (142,213,179). Sum of RGB (Red+Green+Blue) = 142+213+179=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED5B3 is #712A4C. Grayscale: #BBBBBB. Windows color (decimal): -7416397 or 11785614. OLE color: 11785614.

HSL color Cylindrical-coordinate representation of color #8ED5B3: hue angle of 151.27º 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 #8ED5B3 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 179 -
CMYK 0.33 0 0.16 0.16
HSL 151.27º 0.46% 0.7% -
HSV(B) 151.27º 0.33% 0.84% -
XYZ 43.09 56.59 51.3 -
YUV 187.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 142 213 179 0.33 0 0.16 0.16 151.27 0.46 0.7
Hex 8E D5 B3 21 0 10 10 97 2E 46
Octal 216 325 263 41 0 20 20 227 56 106
Binary 10001110 11010101 10110011 100001 0 10000 10000 10010111 101110 1000110

Color Harmonies of #8ED5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED5B3

Black with #8ED5B3

Text Example


Text Example

White with #8ED5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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