Html Css Color HEX #8EECBD Vista Blue

📋 copy color: '#8EECBD'

red 142 ◦ green 236 ◦ blue 189

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

Shades of Vista Blue #8EECBD

Tints of Vista Blue #8EECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

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

R = 25.04%
G = 41.62%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#8EECBD (or 0x8EECBD) is known color: Vista Blue. HEX triplet: 8E, EC and BD. RGB value is (142,236,189). Sum of RGB (Red+Green+Blue) = 142+236+189=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECBD is #711342. Grayscale: #CACACA. Windows color (decimal): -7410499 or 12446862. OLE color: 12446862.

HSL color Cylindrical-coordinate representation of color #8EECBD: hue angle of 150º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECBD is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 236 189 -
CMYK 0.40 0 0.20 0.07
HSL 150º 0.71% 0.74% -
HSV(B) 150º 0.4% 0.93% -
XYZ 50.34 69.42 58.89 -
YUV 202.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 142 236 189 0.40 0 0.20 0.07 150 0.71 0.74
Hex 8E EC BD 28 0 14 7 96 47 4A
Octal 216 354 275 50 0 24 7 226 107 112
Binary 10001110 11101100 10111101 101000 0 10100 111 10010110 1000111 1001010

Color Harmonies of #8EECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EECBD

Black with #8EECBD

Text Example


Text Example

White with #8EECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,236,189); }

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

background-color css

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

 a { background-color: rgb(142,236,189); }

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

border-color css

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

 span { border-color: rgb(142,236,189); }

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