#9ECEAF

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

Shades of Vista Blue #9ECEAF

Tints of Vista Blue #9ECEAF

Color information

#9ECEAF (or 0x9ECEAF) is unknown color: approx Vista Blue. HEX triplet: 9E, CE and AF. RGB value is (158,206,175). Sum of RGB (Red+Green+Blue) = 158+206+175=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEAF is #613150. Grayscale: #BCBCBC. Windows color (decimal): -6369617 or 11521694. OLE color: 11521694.

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

Color convert

RGB158206175-
CMYK0.2300.150.19
HSL141.25º32.88%71.37%-
HSV(B)141.25º23.3%80.78%-
XYZ43.9154.5148.76-
YUV188.11120.6106.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.31%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=29.31%
G=38.22%
B=32.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061750.2300.150.19141.2532.8871.37
Hex9ECEAF170F138d2147
Octal236316257270172321541107
Binary100111101100111010101111101110111110011100011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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