Html Css Color HEX #9EE4BD Vista Blue

📋 copy color: '#9EE4BD'

red 158 ◦ green 228 ◦ blue 189

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

Shades of Vista Blue #9EE4BD

Tints of Vista Blue #9EE4BD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.65%

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 27.48%
G = 39.65%
B = 32.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#9EE4BD (or 0x9EE4BD) is known color: Vista Blue. HEX triplet: 9E, E4 and BD. RGB value is (158,228,189). Sum of RGB (Red+Green+Blue) = 158+228+189=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4BD is #611B42. Grayscale: #CACACA. Windows color (decimal): -6363971 or 12444830. OLE color: 12444830.

HSL color Cylindrical-coordinate representation of color #9EE4BD: hue angle of 146.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE4BD is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 228 189 -
CMYK 0.31 0 0.17 0.11
HSL 146.57º 0.56% 0.76% -
HSV(B) 146.57º 0.31% 0.89% -
XYZ 51.03 66.43 58.28 -
YUV 202.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 158 228 189 0.31 0 0.17 0.11 146.57 0.56 0.76
Hex 9E E4 BD 1F 0 11 B 93 38 4C
Octal 236 344 275 37 0 21 13 223 70 114
Binary 10011110 11100100 10111101 11111 0 10001 1011 10010011 111000 1001100

Color Harmonies of #9EE4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE4BD

Black with #9EE4BD

Text Example


Text Example

White with #9EE4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,228,189); }

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

background-color css

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

 a { background-color: rgb(158,228,189); }

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

border-color css

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

 span { border-color: rgb(158,228,189); }

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