#9EDCB8

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

Shades of Vista Blue #9EDCB8

Tints of Vista Blue #9EDCB8

Color information

#9EDCB8 (or 0x9EDCB8) is unknown color: approx Vista Blue. HEX triplet: 9E, DC and B8. RGB value is (158,220,184). Sum of RGB (Red+Green+Blue) = 158+220+184=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCB8 is #612347. Grayscale: #C5C5C5. Windows color (decimal): -6366024 or 12115102. OLE color: 12115102.

HSL color Cylindrical-coordinate representation of color #9EDCB8: hue angle of 145.16º degrees, saturation: 0.47, 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 #9EDCB8 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB158220184-
CMYK0.2800.160.14
HSL145.16º46.97%74.12%-
HSV(B)145.16º28.18%86.27%-
XYZ48.3561.9254.75-
YUV197.36120.4699.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.11%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=28.11%
G=39.15%
B=32.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582201840.2800.160.14145.1646.9774.12
Hex9EDCB81C010E912f4a
Octal236334270340201622157112
Binary100111101101110010111000111000100001110100100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,184); }

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

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

 a { background-color: rgb(158,220,184); }

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

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

 span { border-color: rgb(158,220,184); }

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