Html Css Color HEX #9EEBBA Vista Blue

📋 copy color: '#9EEBBA'

red 158 ◦ green 235 ◦ blue 186

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

Shades of Vista Blue #9EEBBA

Tints of Vista Blue #9EEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.59%

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

R = 27.29%
G = 40.59%
B = 32.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#9EEBBA (or 0x9EEBBA) is known color: Vista Blue. HEX triplet: 9E, EB and BA. RGB value is (158,235,186). Sum of RGB (Red+Green+Blue) = 158+235+186=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBBA is #611445. Grayscale: #CECECE. Windows color (decimal): -6362182 or 12250014. OLE color: 12250014.

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

Color convert

RGB 158 235 186 -
CMYK 0.33 0 0.21 0.08
HSL 141.82º 0.66% 0.77% -
HSV(B) 141.82º 0.33% 0.92% -
XYZ 52.67 70.23 57.23 -
YUV 206.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 158 235 186 0.33 0 0.21 0.08 141.82 0.66 0.77
Hex 9E EB BA 21 0 15 8 8E 42 4D
Octal 236 353 272 41 0 25 10 216 102 115
Binary 10011110 11101011 10111010 100001 0 10101 1000 10001110 1000010 1001101

Color Harmonies of #9EEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBBA

Black with #9EEBBA

Text Example


Text Example

White with #9EEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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