Html Css Color HEX #9EEAB8 Vista Blue

📋 copy color: '#9EEAB8'

red 158 ◦ green 234 ◦ blue 184

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

Shades of Vista Blue #9EEAB8

Tints of Vista Blue #9EEAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.94%

R = 27.43%
G = 40.63%
B = 31.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#9EEAB8 (or 0x9EEAB8) is known color: Vista Blue. HEX triplet: 9E, EA and B8. RGB value is (158,234,184). Sum of RGB (Red+Green+Blue) = 158+234+184=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAB8 is #611547. Grayscale: #CDCDCD. Windows color (decimal): -6362440 or 12118686. OLE color: 12118686.

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

Color convert

RGB 158 234 184 -
CMYK 0.32 0 0.21 0.08
HSL 140.53º 0.64% 0.77% -
HSV(B) 140.53º 0.32% 0.92% -
XYZ 52.18 69.58 56.03 -
YUV 205.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 158 234 184 0.32 0 0.21 0.08 140.53 0.64 0.77
Hex 9E EA B8 20 0 15 8 8D 40 4D
Octal 236 352 270 40 0 25 10 215 100 115
Binary 10011110 11101010 10111000 100000 0 10101 1000 10001101 1000000 1001101

Color Harmonies of #9EEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAB8

Black with #9EEAB8

Text Example


Text Example

White with #9EEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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