Html Css Color HEX #9EEDBA Vista Blue

📋 copy color: '#9EEDBA'

red 158 ◦ green 237 ◦ blue 186

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

Shades of Vista Blue #9EEDBA

Tints of Vista Blue #9EEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.79%

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 27.19%
G = 40.79%
B = 32.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#9EEDBA (or 0x9EEDBA) is known color: Vista Blue. HEX triplet: 9E, ED and BA. RGB value is (158,237,186). Sum of RGB (Red+Green+Blue) = 158+237+186=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDBA is #611245. Grayscale: #CFCFCF. Windows color (decimal): -6361670 or 12250526. OLE color: 12250526.

HSL color Cylindrical-coordinate representation of color #9EEDBA: hue angle of 141.27º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDBA is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 186 -
CMYK 0.33 0 0.22 0.07
HSL 141.27º 0.69% 0.77% -
HSV(B) 141.27º 0.33% 0.93% -
XYZ 53.25 71.38 57.43 -
YUV 207.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 158 237 186 0.33 0 0.22 0.07 141.27 0.69 0.77
Hex 9E ED BA 21 0 16 7 8D 45 4D
Octal 236 355 272 41 0 26 7 215 105 115
Binary 10011110 11101101 10111010 100001 0 10110 111 10001101 1000101 1001101

Color Harmonies of #9EEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDBA

Black with #9EEDBA

Text Example


Text Example

White with #9EEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,237,186); }

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

background-color css

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

 a { background-color: rgb(158,237,186); }

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

border-color css

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

 span { border-color: rgb(158,237,186); }

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