#9ECFB3

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

Shades of Vista Blue #9ECFB3

Tints of Vista Blue #9ECFB3

Color information

#9ECFB3 (or 0x9ECFB3) is unknown color: approx Vista Blue. HEX triplet: 9E, CF and B3. RGB value is (158,207,179). Sum of RGB (Red+Green+Blue) = 158+207+179=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFB3 is #61304C. Grayscale: #BDBDBD. Windows color (decimal): -6369357 or 11784094. OLE color: 11784094.

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

Color convert

RGB158207179-
CMYK0.2400.140.19
HSL145.71º33.79%71.57%-
HSV(B)145.71º23.67%81.18%-
XYZ44.5555.1550.94-
YUV189.16122.27105.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=29.04%
G=38.05%
B=32.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071790.2400.140.19145.7133.7971.57
Hex9ECFB3180E13922248
Octal236317263300162322242110
Binary100111101100111110110011110000111010011100100101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,179); }

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

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

 a { background-color: rgb(158,207,179); }

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

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

 span { border-color: rgb(158,207,179); }

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