Html Css Color HEX #9EC5B1 Vista Blue

📋 copy color: '#9EC5B1'

red 158 ◦ green 197 ◦ blue 177

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

Shades of Vista Blue #9EC5B1

Tints of Vista Blue #9EC5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.03%

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 29.7%
G = 37.03%
B = 33.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#9EC5B1 (or 0x9EC5B1) is known color: Vista Blue. HEX triplet: 9E, C5 and B1. RGB value is (158,197,177). Sum of RGB (Red+Green+Blue) = 158+197+177=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC5B1 is #613A4E. Grayscale: #B7B7B7. Windows color (decimal): -6371919 or 11650462. OLE color: 11650462.

HSL color Cylindrical-coordinate representation of color #9EC5B1: hue angle of 149.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EC5B1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 197 177 -
CMYK 0.20 0 0.10 0.23
HSL 149.23º 0.25% 0.7% -
HSV(B) 149.23º 0.2% 0.77% -
XYZ 42 50.38 49.1 -
YUV 183.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 158 197 177 0.20 0 0.10 0.23 149.23 0.25 0.7
Hex 9E C5 B1 14 0 A 17 95 19 46
Octal 236 305 261 24 0 12 27 225 31 106
Binary 10011110 11000101 10110001 10100 0 1010 10111 10010101 11001 1000110

Color Harmonies of #9EC5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC5B1

Black with #9EC5B1

Text Example


Text Example

White with #9EC5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,197,177); }

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

background-color css

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

 a { background-color: rgb(158,197,177); }

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

border-color css

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

 span { border-color: rgb(158,197,177); }

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