#9ECDAF

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

Shades of Vista Blue #9ECDAF

Tints of Vista Blue #9ECDAF

Color information

#9ECDAF (or 0x9ECDAF) is unknown color: approx Vista Blue. HEX triplet: 9E, CD and AF. RGB value is (158,205,175). Sum of RGB (Red+Green+Blue) = 158+205+175=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECDAF is #613250. Grayscale: #BBBBBB. Windows color (decimal): -6369873 or 11521438. OLE color: 11521438.

HSL color Cylindrical-coordinate representation of color #9ECDAF: hue angle of 141.7º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECDAF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB158205175-
CMYK0.2300.150.20
HSL141.7º31.97%71.18%-
HSV(B)141.7º22.93%80.39%-
XYZ43.6754.0348.68-
YUV187.53120.93106.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.37%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=29.37%
G=38.10%
B=32.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051750.2300.150.20141.731.9771.18
Hex9ECDAF170F148e2047
Octal236315257270172421640107
Binary100111101100110110101111101110111110100100011101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,205,175); }

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

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

 a { background-color: rgb(158,205,175); }

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

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

 span { border-color: rgb(158,205,175); }

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