#9EDFBC

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

Shades of Vista Blue #9EDFBC

Tints of Vista Blue #9EDFBC

Color information

#9EDFBC (or 0x9EDFBC) is unknown color: approx Vista Blue. HEX triplet: 9E, DF and BC. RGB value is (158,223,188). Sum of RGB (Red+Green+Blue) = 158+223+188=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFBC is #612043. Grayscale: #C7C7C7. Windows color (decimal): -6365252 or 12378014. OLE color: 12378014.

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

Color convert

RGB158223188-
CMYK0.2900.160.13
HSL147.69º50.39%74.71%-
HSV(B)147.69º29.15%87.45%-
XYZ49.5763.6857.26-
YUV199.58121.4798.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.77%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 188 (73.83% from 255) = 33.04%
R=27.77%
G=39.19%
B=33.04%

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
Decimal1582231880.2900.160.13147.6950.3974.71
Hex9EDFBC1D010D94324b
Octal236337274350201522462113
Binary100111101101111110111100111010100001101100101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,223,188); }

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

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

 a { background-color: rgb(158,223,188); }

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

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

 span { border-color: rgb(158,223,188); }

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