#9DECB4

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

Shades of Vista Blue #9DECB4

Tints of Vista Blue #9DECB4

Color information

#9DECB4 (or 0x9DECB4) is unknown color: approx Vista Blue. HEX triplet: 9D, EC and B4. RGB value is (157,236,180). Sum of RGB (Red+Green+Blue) = 157+236+180=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECB4 is #62134B. Grayscale: #CECECE. Windows color (decimal): -6427468 or 11857053. OLE color: 11857053.

HSL color Cylindrical-coordinate representation of color #9DECB4: hue angle of 137.47º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECB4 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB157236180-
CMYK0.3300.240.07
HSL137.47º67.52%77.06%-
HSV(B)137.47º33.47%92.55%-
XYZ52.1470.4554.03-
YUV205.99113.3393.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=27.40%
G=41.19%
B=31.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572361800.3300.240.07137.4767.5277.06
Hex9DECB421018789444d
Octal235354264410307211104115
Binary1001110111101100101101001000010110001111000100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,236,180); }

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

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

 a { background-color: rgb(157,236,180); }

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

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

 span { border-color: rgb(157,236,180); }

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