Html Css Color HEX #9EEABA Vista Blue

📋 copy color: '#9EEABA'

red 158 ◦ green 234 ◦ blue 186

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

Shades of Vista Blue #9EEABA

Tints of Vista Blue #9EEABA

RGB

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

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

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

R = 27.34%
G = 40.48%
B = 32.18%

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

#9EEABA (or 0x9EEABA) is known color: Vista Blue. HEX triplet: 9E, EA and BA. RGB value is (158,234,186). Sum of RGB (Red+Green+Blue) = 158+234+186=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEABA is #611545. Grayscale: #CDCDCD. Windows color (decimal): -6362438 or 12249758. OLE color: 12249758.

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

Color convert

RGB 158 234 186 -
CMYK 0.32 0 0.21 0.08
HSL 142.11º 0.64% 0.77% -
HSV(B) 142.11º 0.32% 0.92% -
XYZ 52.39 69.66 57.14 -
YUV 205.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 158 234 186 0.32 0 0.21 0.08 142.11 0.64 0.77
Hex 9E EA BA 20 0 15 8 8E 40 4D
Octal 236 352 272 40 0 25 10 216 100 115
Binary 10011110 11101010 10111010 100000 0 10101 1000 10001110 1000000 1001101

Color Harmonies of #9EEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEABA

Black with #9EEABA

Text Example


Text Example

White with #9EEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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