#9EDEBB

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

Shades of Vista Blue #9EDEBB

Tints of Vista Blue #9EDEBB

Color information

#9EDEBB (or 0x9EDEBB) is unknown color: approx Vista Blue. HEX triplet: 9E, DE and BB. RGB value is (158,222,187). Sum of RGB (Red+Green+Blue) = 158+222+187=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEBB is #612144. Grayscale: #C6C6C6. Windows color (decimal): -6365509 or 12312222. OLE color: 12312222.

HSL color Cylindrical-coordinate representation of color #9EDEBB: hue angle of 147.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDEBB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB158222187-
CMYK0.2900.160.13
HSL147.19º49.23%74.51%-
HSV(B)147.19º28.83%87.06%-
XYZ49.1963.156.6-
YUV198.87121.398.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.87%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=27.87%
G=39.15%
B=32.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582221870.2900.160.13147.1949.2374.51
Hex9EDEBB1D010D93314b
Octal236336273350201522361113
Binary100111101101111010111011111010100001101100100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,222,187); }

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

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

 a { background-color: rgb(158,222,187); }

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

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

 span { border-color: rgb(158,222,187); }

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