#9DE0B4

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

Shades of Vista Blue #9DE0B4

Tints of Vista Blue #9DE0B4

Color information

#9DE0B4 (or 0x9DE0B4) is unknown color: approx Vista Blue. HEX triplet: 9D, E0 and B4. RGB value is (157,224,180). Sum of RGB (Red+Green+Blue) = 157+224+180=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0B4 is #621F4B. Grayscale: #C7C7C7. Windows color (decimal): -6430540 or 11853981. OLE color: 11853981.

HSL color Cylindrical-coordinate representation of color #9DE0B4: hue angle of 140.6º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0B4 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB157224180-
CMYK0.3000.200.12
HSL140.6º51.94%74.71%-
HSV(B)140.6º29.91%87.84%-
XYZ48.863.7752.92-
YUV198.95117.398.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=27.99%
G=39.93%
B=32.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572241800.3000.200.12140.651.9474.71
Hex9DE0B41E014C8d344b
Octal235340264360241421564113
Binary100111011110000010110100111100101001100100011011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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