Html Css Color HEX #8EE1B7 Vista Blue

📋 copy color: '#8EE1B7'

red 142 ◦ green 225 ◦ blue 183

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

Shades of Vista Blue #8EE1B7

Tints of Vista Blue #8EE1B7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.91%

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 25.82%
G = 40.91%
B = 33.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#8EE1B7 (or 0x8EE1B7) is known color: Vista Blue. HEX triplet: 8E, E1 and B7. RGB value is (142,225,183). Sum of RGB (Red+Green+Blue) = 142+225+183=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE1B7 is #711E48. Grayscale: #C3C3C3. Windows color (decimal): -7413321 or 12050830. OLE color: 12050830.

HSL color Cylindrical-coordinate representation of color #8EE1B7: hue angle of 149.64º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE1B7 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 225 183 -
CMYK 0.37 0 0.19 0.12
HSL 149.64º 0.58% 0.72% -
HSV(B) 149.64º 0.37% 0.88% -
XYZ 46.63 63.02 54.51 -
YUV 195.4 121 89.92 -
System Red Green Blue C M Y K H S L
Decimal 142 225 183 0.37 0 0.19 0.12 149.64 0.58 0.72
Hex 8E E1 B7 25 0 13 C 96 3A 48
Octal 216 341 267 45 0 23 14 226 72 110
Binary 10001110 11100001 10110111 100101 0 10011 1100 10010110 111010 1001000

Color Harmonies of #8EE1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE1B7

Black with #8EE1B7

Text Example


Text Example

White with #8EE1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,225,183); }

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

background-color css

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

 a { background-color: rgb(142,225,183); }

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

border-color css

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

 span { border-color: rgb(142,225,183); }

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