#9DD9BF

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

Shades of Vista Blue #9DD9BF

Tints of Vista Blue #9DD9BF

Color information

#9DD9BF (or 0x9DD9BF) is unknown color: approx Vista Blue. HEX triplet: 9D, D9 and BF. RGB value is (157,217,191). Sum of RGB (Red+Green+Blue) = 157+217+191=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9BF is #622640. Grayscale: #C4C4C4. Windows color (decimal): -6432321 or 12573085. OLE color: 12573085.

HSL color Cylindrical-coordinate representation of color #9DD9BF: hue angle of 154º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD9BF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB157217191-
CMYK0.2800.120.15
HSL154º44.12%73.33%-
HSV(B)154º27.65%85.1%-
XYZ48.1260.5658.44-
YUV196.1125.12100.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.79%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 191 (75% from 255) = 33.81%
R=27.79%
G=38.41%
B=33.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171910.2800.120.1515444.1273.33
Hex9DD9BF1C0CF9a2c49
Octal235331277340141723254111
Binary10011101110110011011111111100011001111100110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,191); }

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

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

 a { background-color: rgb(157,217,191); }

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

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

 span { border-color: rgb(157,217,191); }

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