#9DE4C1

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

Shades of Vista Blue #9DE4C1

Tints of Vista Blue #9DE4C1

Color information

#9DE4C1 (or 0x9DE4C1) is unknown color: approx Vista Blue. HEX triplet: 9D, E4 and C1. RGB value is (157,228,193). Sum of RGB (Red+Green+Blue) = 157+228+193=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4C1 is #621B3E. Grayscale: #CACACA. Windows color (decimal): -6429503 or 12706973. OLE color: 12706973.

HSL color Cylindrical-coordinate representation of color #9DE4C1: hue angle of 150.42º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4C1 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB157228193-
CMYK0.3100.150.11
HSL150.42º56.8%75.49%-
HSV(B)150.42º31.14%89.41%-
XYZ51.2766.5160.59-
YUV202.78122.4895.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 228 (89.45% from 255) = 39.45%
BLUE value IS 193 (75.78% from 255) = 33.39%
R=27.16%
G=39.45%
B=33.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281930.3100.150.11150.4256.875.49
Hex9DE4C11F0FB96394b
Octal235344301370171322671113
Binary10011101111001001100000111111011111011100101101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,193); }

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

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

 a { background-color: rgb(157,228,193); }

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

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

 span { border-color: rgb(157,228,193); }

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