#9ECEB1

Color #9ECEB1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9ECEB1

Tints of Vista Blue #9ECEB1

Color information

#9ECEB1 (or 0x9ECEB1) is unknown color: approx Vista Blue. HEX triplet: 9E, CE and B1. RGB value is (158,206,177). Sum of RGB (Red+Green+Blue) = 158+206+177=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEB1 is #61314E. Grayscale: #BCBCBC. Windows color (decimal): -6369615 or 11652766. OLE color: 11652766.

HSL color Cylindrical-coordinate representation of color #9ECEB1: hue angle of 143.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEB1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB158206177-
CMYK0.2300.140.19
HSL143.75º32.88%71.37%-
HSV(B)143.75º23.3%80.78%-
XYZ44.1154.5949.81-
YUV188.34121.6106.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=29.21%
G=38.08%
B=32.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061770.2300.140.19143.7532.8871.37
Hex9ECEB1170E13902147
Octal236316261270162322041107
Binary100111101100111010110001101110111010011100100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECEB1;
 }
 .AnyTagClassName
 {
   color: #9ECEB1;
 }
</style>
background-color css

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

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

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

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

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

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