Html Css Color HEX #8EEDBC Vista Blue

📋 copy color: '#8EEDBC'

red 142 ◦ green 237 ◦ blue 188

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

Shades of Vista Blue #8EEDBC

Tints of Vista Blue #8EEDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.8%

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 25.04%
G = 41.8%
B = 33.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#8EEDBC (or 0x8EEDBC) is known color: Vista Blue. HEX triplet: 8E, ED and BC. RGB value is (142,237,188). Sum of RGB (Red+Green+Blue) = 142+237+188=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDBC is #711243. Grayscale: #CBCBCB. Windows color (decimal): -7410244 or 12381582. OLE color: 12381582.

HSL color Cylindrical-coordinate representation of color #8EEDBC: hue angle of 149.05º degrees, saturation: 0.73, 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 #8EEDBC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 188 -
CMYK 0.40 0 0.21 0.07
HSL 149.05º 0.73% 0.74% -
HSV(B) 149.05º 0.4% 0.93% -
XYZ 50.52 69.95 58.42 -
YUV 203.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 142 237 188 0.40 0 0.21 0.07 149.05 0.73 0.74
Hex 8E ED BC 28 0 15 7 95 49 4A
Octal 216 355 274 50 0 25 7 225 111 112
Binary 10001110 11101101 10111100 101000 0 10101 111 10010101 1001001 1001010

Color Harmonies of #8EEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEDBC

Black with #8EEDBC

Text Example


Text Example

White with #8EEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,237,188); }

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

background-color css

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

 a { background-color: rgb(142,237,188); }

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

border-color css

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

 span { border-color: rgb(142,237,188); }

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