#9DDCB1

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

Shades of Vista Blue #9DDCB1

Tints of Vista Blue #9DDCB1

Color information

#9DDCB1 (or 0x9DDCB1) is unknown color: approx Vista Blue. HEX triplet: 9D, DC and B1. RGB value is (157,220,177). Sum of RGB (Red+Green+Blue) = 157+220+177=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCB1 is #62234E. Grayscale: #C4C4C4. Windows color (decimal): -6431567 or 11656349. OLE color: 11656349.

HSL color Cylindrical-coordinate representation of color #9DDCB1: hue angle of 139.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCB1 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB157220177-
CMYK0.2900.200.14
HSL139.05º47.37%73.92%-
HSV(B)139.05º28.64%86.27%-
XYZ47.4361.5350.97-
YUV196.26117.13100-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.34%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=28.34%
G=39.71%
B=31.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201770.2900.200.14139.0547.3773.92
Hex9DDCB11D014E8b2f4a
Octal235334261350241621357112
Binary100111011101110010110001111010101001110100010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,177); }

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

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

 a { background-color: rgb(157,220,177); }

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

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

 span { border-color: rgb(157,220,177); }

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