#9EDEBF

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

Shades of Vista Blue #9EDEBF

Tints of Vista Blue #9EDEBF

Color information

#9EDEBF (or 0x9EDEBF) is unknown color: approx Vista Blue. HEX triplet: 9E, DE and BF. RGB value is (158,222,191). Sum of RGB (Red+Green+Blue) = 158+222+191=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEBF is #612140. Grayscale: #C7C7C7. Windows color (decimal): -6365505 or 12574366. OLE color: 12574366.

HSL color Cylindrical-coordinate representation of color #9EDEBF: hue angle of 150.94º 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 #9EDEBF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB158222191-
CMYK0.2900.140.13
HSL150.94º49.23%74.51%-
HSV(B)150.94º28.83%87.06%-
XYZ49.6363.2758.89-
YUV199.33123.398.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.67%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 191 (75% from 255) = 33.45%
R=27.67%
G=38.88%
B=33.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582221910.2900.140.13150.9449.2374.51
Hex9EDEBF1D0ED97314b
Octal236336277350161522761113
Binary10011110110111101011111111101011101101100101111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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