#9EDBC4

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

Shades of Vista Blue #9EDBC4

Tints of Vista Blue #9EDBC4

Color information

#9EDBC4 (or 0x9EDBC4) is unknown color: approx Vista Blue. HEX triplet: 9E, DB and C4. RGB value is (158,219,196). Sum of RGB (Red+Green+Blue) = 158+219+196=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBC4 is #61243B. Grayscale: #C6C6C6. Windows color (decimal): -6366268 or 12901278. OLE color: 12901278.

HSL color Cylindrical-coordinate representation of color #9EDBC4: hue angle of 157.38º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBC4 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB158219196-
CMYK0.2800.110.14
HSL157.38º45.86%73.92%-
HSV(B)157.38º27.85%85.88%-
XYZ49.461.9261.57-
YUV198.14126.7999.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.57%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=27.57%
G=38.22%
B=34.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191960.2800.110.14157.3845.8673.92
Hex9EDBC41C0BE9d2e4a
Octal236333304340131623556112
Binary10011110110110111100010011100010111110100111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,196); }

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

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

 a { background-color: rgb(158,219,196); }

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

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

 span { border-color: rgb(158,219,196); }

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