Html Css Color HEX #8EDFBC Vista Blue

📋 copy color: '#8EDFBC'

red 142 ◦ green 223 ◦ blue 188

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

Shades of Vista Blue #8EDFBC

Tints of Vista Blue #8EDFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

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

R = 25.68%
G = 40.33%
B = 34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#8EDFBC (or 0x8EDFBC) is known color: Vista Blue. HEX triplet: 8E, DF and BC. RGB value is (142,223,188). Sum of RGB (Red+Green+Blue) = 142+223+188=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFBC is #712043. Grayscale: #C2C2C2. Windows color (decimal): -7413828 or 12377998. OLE color: 12377998.

HSL color Cylindrical-coordinate representation of color #8EDFBC: hue angle of 154.07º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFBC is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 188 -
CMYK 0.36 0 0.16 0.13
HSL 154.07º 0.56% 0.72% -
HSV(B) 154.07º 0.36% 0.87% -
XYZ 46.62 62.16 57.12 -
YUV 194.79 124.16 90.35 -
System Red Green Blue C M Y K H S L
Decimal 142 223 188 0.36 0 0.16 0.13 154.07 0.56 0.72
Hex 8E DF BC 24 0 10 D 9A 38 48
Octal 216 337 274 44 0 20 15 232 70 110
Binary 10001110 11011111 10111100 100100 0 10000 1101 10011010 111000 1001000

Color Harmonies of #8EDFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFBC

Black with #8EDFBC

Text Example


Text Example

White with #8EDFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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