#9ECFB0

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

Shades of Vista Blue #9ECFB0

Tints of Vista Blue #9ECFB0

Color information

#9ECFB0 (or 0x9ECFB0) is unknown color: approx Vista Blue. HEX triplet: 9E, CF and B0. RGB value is (158,207,176). Sum of RGB (Red+Green+Blue) = 158+207+176=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECFB0 is #61304F. Grayscale: #BCBCBC. Windows color (decimal): -6369360 or 11587486. OLE color: 11587486.

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

Color convert

RGB158207176-
CMYK0.2400.150.19
HSL142.04º33.79%71.57%-
HSV(B)142.04º23.67%81.18%-
XYZ44.2555.0349.36-
YUV188.81120.77106.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=29.21%
G=38.26%
B=32.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071760.2400.150.19142.0433.7971.57
Hex9ECFB0180F138e2248
Octal236317260300172321642110
Binary100111101100111110110000110000111110011100011101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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