#9EDFB4

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

Shades of Vista Blue #9EDFB4

Tints of Vista Blue #9EDFB4

Color information

#9EDFB4 (or 0x9EDFB4) is unknown color: approx Vista Blue. HEX triplet: 9E, DF and B4. RGB value is (158,223,180). Sum of RGB (Red+Green+Blue) = 158+223+180=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFB4 is #61204B. Grayscale: #C6C6C6. Windows color (decimal): -6365260 or 11853726. OLE color: 11853726.

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

Color convert

RGB158223180-
CMYK0.2900.190.13
HSL140.31º50.39%74.71%-
HSV(B)140.31º29.15%87.45%-
XYZ48.7363.3452.84-
YUV198.66117.4799-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.16%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=28.16%
G=39.75%
B=32.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582231800.2900.190.13140.3150.3974.71
Hex9EDFB41D013D8c324b
Octal236337264350231521462113
Binary100111101101111110110100111010100111101100011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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