Html Css Color HEX #9EE4BA Vista Blue

📋 copy color: '#9EE4BA'

red 158 ◦ green 228 ◦ blue 186

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

Shades of Vista Blue #9EE4BA

Tints of Vista Blue #9EE4BA

RGB

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

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

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

R = 27.62%
G = 39.86%
B = 32.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#9EE4BA (or 0x9EE4BA) is known color: Vista Blue. HEX triplet: 9E, E4 and BA. RGB value is (158,228,186). Sum of RGB (Red+Green+Blue) = 158+228+186=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4BA is #611B45. Grayscale: #CACACA. Windows color (decimal): -6363974 or 12248222. OLE color: 12248222.

HSL color Cylindrical-coordinate representation of color #9EE4BA: hue angle of 144º 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 #9EE4BA is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 228 186 -
CMYK 0.31 0 0.18 0.11
HSL 144º 0.56% 0.76% -
HSV(B) 144º 0.31% 0.89% -
XYZ 50.71 66.3 56.58 -
YUV 202.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 158 228 186 0.31 0 0.18 0.11 144 0.56 0.76
Hex 9E E4 BA 1F 0 12 B 90 38 4C
Octal 236 344 272 37 0 22 13 220 70 114
Binary 10011110 11100100 10111010 11111 0 10010 1011 10010000 111000 1001100

Color Harmonies of #9EE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE4BA

Black with #9EE4BA

Text Example


Text Example

White with #9EE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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