Html Css Color HEX #9EEABD Vista Blue

📋 copy color: '#9EEABD'

red 158 ◦ green 234 ◦ blue 189

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

Shades of Vista Blue #9EEABD

Tints of Vista Blue #9EEABD

RGB

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

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

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

R = 27.19%
G = 40.28%
B = 32.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#9EEABD (or 0x9EEABD) is known color: Vista Blue. HEX triplet: 9E, EA and BD. RGB value is (158,234,189). Sum of RGB (Red+Green+Blue) = 158+234+189=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEABD is #611542. Grayscale: #CECECE. Windows color (decimal): -6362435 or 12446366. OLE color: 12446366.

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

Color convert

RGB 158 234 189 -
CMYK 0.32 0 0.19 0.08
HSL 144.47º 0.64% 0.77% -
HSV(B) 144.47º 0.32% 0.92% -
XYZ 52.71 69.79 58.84 -
YUV 206.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 158 234 189 0.32 0 0.19 0.08 144.47 0.64 0.77
Hex 9E EA BD 20 0 13 8 90 40 4D
Octal 236 352 275 40 0 23 10 220 100 115
Binary 10011110 11101010 10111101 100000 0 10011 1000 10010000 1000000 1001101

Color Harmonies of #9EEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEABD

Black with #9EEABD

Text Example


Text Example

White with #9EEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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