Html Css Color HEX #8EDDB3 Vista Blue

📋 copy color: '#8EDDB3'

red 142 ◦ green 221 ◦ blue 179

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

Shades of Vista Blue #8EDDB3

Tints of Vista Blue #8EDDB3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

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

R = 26.2%
G = 40.77%
B = 33.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#8EDDB3 (or 0x8EDDB3) is known color: Vista Blue. HEX triplet: 8E, DD and B3. RGB value is (142,221,179). Sum of RGB (Red+Green+Blue) = 142+221+179=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDB3 is #71224C. Grayscale: #C0C0C0. Windows color (decimal): -7414349 or 11787662. OLE color: 11787662.

HSL color Cylindrical-coordinate representation of color #8EDDB3: hue angle of 148.1º degrees, saturation: 0.54, 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 #8EDDB3 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 179 -
CMYK 0.36 0 0.19 0.13
HSL 148.1º 0.54% 0.71% -
HSV(B) 148.1º 0.36% 0.87% -
XYZ 45.15 60.72 51.99 -
YUV 192.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 142 221 179 0.36 0 0.19 0.13 148.1 0.54 0.71
Hex 8E DD B3 24 0 13 D 94 36 47
Octal 216 335 263 44 0 23 15 224 66 107
Binary 10001110 11011101 10110011 100100 0 10011 1101 10010100 110110 1000111

Color Harmonies of #8EDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDDB3

Black with #8EDDB3

Text Example


Text Example

White with #8EDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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