#9ED0B2

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

Shades of Vista Blue #9ED0B2

Tints of Vista Blue #9ED0B2

Color information

#9ED0B2 (or 0x9ED0B2) is unknown color: approx Vista Blue. HEX triplet: 9E, D0 and B2. RGB value is (158,208,178). Sum of RGB (Red+Green+Blue) = 158+208+178=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED0B2 is #612F4D. Grayscale: #BDBDBD. Windows color (decimal): -6369102 or 11718814. OLE color: 11718814.

HSL color Cylindrical-coordinate representation of color #9ED0B2: hue angle of 144º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED0B2 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB158208178-
CMYK0.2400.140.18
HSL144º34.72%71.76%-
HSV(B)144º24.04%81.57%-
XYZ44.6955.650.49-
YUV189.63121.44105.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 208 (81.64% from 255) = 38.24%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=29.04%
G=38.24%
B=32.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081780.2400.140.1814434.7271.76
Hex9ED0B2180E12902348
Octal236320262300162222043110
Binary100111101101000010110010110000111010010100100001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,178); }

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

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

 a { background-color: rgb(158,208,178); }

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

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

 span { border-color: rgb(158,208,178); }

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