#9DE0B6

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

Shades of Vista Blue #9DE0B6

Tints of Vista Blue #9DE0B6

Color information

#9DE0B6 (or 0x9DE0B6) is unknown color: approx Vista Blue. HEX triplet: 9D, E0 and B6. RGB value is (157,224,182). Sum of RGB (Red+Green+Blue) = 157+224+182=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0B6 is #621F49. Grayscale: #C7C7C7. Windows color (decimal): -6430538 or 11985053. OLE color: 11985053.

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

Color convert

RGB157224182-
CMYK0.3000.190.12
HSL142.39º51.94%74.71%-
HSV(B)142.39º29.91%87.84%-
XYZ4963.8654-
YUV199.18118.397.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 224 (87.89% from 255) = 39.79%
BLUE value IS 182 (71.48% from 255) = 32.33%
R=27.89%
G=39.79%
B=32.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572241820.3000.190.12142.3951.9474.71
Hex9DE0B61E013C8e344b
Octal235340266360231421664113
Binary100111011110000010110110111100100111100100011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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