Html Css Color HEX #8EEBB0 Vista Blue

📋 copy color: '#8EEBB0'

red 142 ◦ green 235 ◦ blue 176

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

Shades of Vista Blue #8EEBB0

Tints of Vista Blue #8EEBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.5%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 25.68%
G = 42.5%
B = 31.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#8EEBB0 (or 0x8EEBB0) is known color: Vista Blue. HEX triplet: 8E, EB and B0. RGB value is (142,235,176). Sum of RGB (Red+Green+Blue) = 142+235+176=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEBB0 is #71144F. Grayscale: #C8C8C8. Windows color (decimal): -7410768 or 11594638. OLE color: 11594638.

HSL color Cylindrical-coordinate representation of color #8EEBB0: hue angle of 141.94º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBB0 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 235 176 -
CMYK 0.40 0 0.25 0.08
HSL 141.94º 0.7% 0.74% -
HSV(B) 141.94º 0.4% 0.92% -
XYZ 48.7 68.3 51.69 -
YUV 200.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 142 235 176 0.40 0 0.25 0.08 141.94 0.7 0.74
Hex 8E EB B0 28 0 19 8 8E 46 4A
Octal 216 353 260 50 0 31 10 216 106 112
Binary 10001110 11101011 10110000 101000 0 11001 1000 10001110 1000110 1001010

Color Harmonies of #8EEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEBB0

Black with #8EEBB0

Text Example


Text Example

White with #8EEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,235,176); }

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

background-color css

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

 a { background-color: rgb(142,235,176); }

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

border-color css

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

 span { border-color: rgb(142,235,176); }

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