Html Css Color HEX #9EEAB5 Vista Blue

📋 copy color: '#9EEAB5'

red 158 ◦ green 234 ◦ blue 181

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

Shades of Vista Blue #9EEAB5

Tints of Vista Blue #9EEAB5

RGB

 RED value IS 158 (62.11% from 255) = 27.57%

 GREEN value IS 234 (91.8% from 255) = 40.84%

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 27.57%
G = 40.84%
B = 31.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#9EEAB5 (or 0x9EEAB5) is known color: Vista Blue. HEX triplet: 9E, EA and B5. RGB value is (158,234,181). Sum of RGB (Red+Green+Blue) = 158+234+181=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAB5 is #61154A. Grayscale: #CDCDCD. Windows color (decimal): -6362443 or 11922078. OLE color: 11922078.

HSL color Cylindrical-coordinate representation of color #9EEAB5: hue angle of 138.16º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAB5 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 181 -
CMYK 0.32 0 0.23 0.08
HSL 138.16º 0.64% 0.77% -
HSV(B) 138.16º 0.32% 0.92% -
XYZ 51.86 69.45 54.39 -
YUV 205.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 158 234 181 0.32 0 0.23 0.08 138.16 0.64 0.77
Hex 9E EA B5 20 0 17 8 8A 40 4D
Octal 236 352 265 40 0 27 10 212 100 115
Binary 10011110 11101010 10110101 100000 0 10111 1000 10001010 1000000 1001101

Color Harmonies of #9EEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAB5

Black with #9EEAB5

Text Example


Text Example

White with #9EEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEAB5; }

 p { color: rgb(158,234,181); }

 H1.HeaderClassName
 {
   color: #9EEAB5;
 }
 .AnyTagClassName
 {
   color: #9EEAB5;
 }
</style>

background-color css

<style>
 a { background-color: #9EEAB5; }

 a { background-color: rgb(158,234,181); }

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

border-color css

<style>
 span { border-color: #9EEAB5; }

 span { border-color: rgb(158,234,181); }

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