Html Css Color HEX #8DE5BD Vista Blue

📋 copy color: '#8DE5BD'

red 141 ◦ green 229 ◦ blue 189

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

Shades of Vista Blue #8DE5BD

Tints of Vista Blue #8DE5BD

RGB

 RED value IS 141 (55.47% from 255) = 25.22%

 GREEN value IS 229 (89.84% from 255) = 40.97%

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 25.22%
G = 40.97%
B = 33.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#8DE5BD (or 0x8DE5BD) is known color: Vista Blue. HEX triplet: 8D, E5 and BD. RGB value is (141,229,189). Sum of RGB (Red+Green+Blue) = 141+229+189=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE5BD is #721A42. Grayscale: #C6C6C6. Windows color (decimal): -7477827 or 12445069. OLE color: 12445069.

HSL color Cylindrical-coordinate representation of color #8DE5BD: hue angle of 152.73º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE5BD is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 229 189 -
CMYK 0.38 0 0.17 0.10
HSL 152.73º 0.63% 0.73% -
HSV(B) 152.73º 0.38% 0.9% -
XYZ 48.19 65.38 58.22 -
YUV 198.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 141 229 189 0.38 0 0.17 0.10 152.73 0.63 0.73
Hex 8D E5 BD 26 0 11 A 99 3F 49
Octal 215 345 275 46 0 21 12 231 77 111
Binary 10001101 11100101 10111101 100110 0 10001 1010 10011001 111111 1001001

Color Harmonies of #8DE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE5BD

Black with #8DE5BD

Text Example


Text Example

White with #8DE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,229,189); }

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

background-color css

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

 a { background-color: rgb(141,229,189); }

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

border-color css

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

 span { border-color: rgb(141,229,189); }

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