#9EDBB7

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

Shades of Vista Blue #9EDBB7

Tints of Vista Blue #9EDBB7

Color information

#9EDBB7 (or 0x9EDBB7) is unknown color: approx Vista Blue. HEX triplet: 9E, DB and B7. RGB value is (158,219,183). Sum of RGB (Red+Green+Blue) = 158+219+183=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBB7 is #612448. Grayscale: #C4C4C4. Windows color (decimal): -6366281 or 12049310. OLE color: 12049310.

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

Color convert

RGB158219183-
CMYK0.2800.160.14
HSL144.59º45.86%73.92%-
HSV(B)144.59º27.85%85.88%-
XYZ47.9861.3554.11-
YUV196.66120.29100.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.21%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=28.21%
G=39.11%
B=32.68%

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
Decimal1582191830.2800.160.14144.5945.8673.92
Hex9EDBB71C010E912e4a
Octal236333267340201622156112
Binary100111101101101110110111111000100001110100100011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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