Html Css Color HEX #9EEAB4 Vista Blue

📋 copy color: '#9EEAB4'

red 158 ◦ green 234 ◦ blue 180

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

Shades of Vista Blue #9EEAB4

Tints of Vista Blue #9EEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.47%

R = 27.62%
G = 40.91%
B = 31.47%

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

#9EEAB4 (or 0x9EEAB4) is known color: Vista Blue. HEX triplet: 9E, EA and B4. RGB value is (158,234,180). Sum of RGB (Red+Green+Blue) = 158+234+180=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAB4 is #61154B. Grayscale: #CDCDCD. Windows color (decimal): -6362444 or 11856542. OLE color: 11856542.

HSL color Cylindrical-coordinate representation of color #9EEAB4: hue angle of 137.37º 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 #9EEAB4 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 180 -
CMYK 0.32 0 0.23 0.08
HSL 137.37º 0.64% 0.77% -
HSV(B) 137.37º 0.32% 0.92% -
XYZ 51.76 69.41 53.85 -
YUV 205.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 158 234 180 0.32 0 0.23 0.08 137.37 0.64 0.77
Hex 9E EA B4 20 0 17 8 89 40 4D
Octal 236 352 264 40 0 27 10 211 100 115
Binary 10011110 11101010 10110100 100000 0 10111 1000 10001001 1000000 1001101

Color Harmonies of #9EEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAB4

Black with #9EEAB4

Text Example


Text Example

White with #9EEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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