#9DD4BF

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

Shades of Vista Blue #9DD4BF

Tints of Vista Blue #9DD4BF

Color information

#9DD4BF (or 0x9DD4BF) is unknown color: approx Vista Blue. HEX triplet: 9D, D4 and BF. RGB value is (157,212,191). Sum of RGB (Red+Green+Blue) = 157+212+191=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4BF is #622B40. Grayscale: #C1C1C1. Windows color (decimal): -6433601 or 12571805. OLE color: 12571805.

HSL color Cylindrical-coordinate representation of color #9DD4BF: hue angle of 157.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4BF is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB157212191-
CMYK0.2600.100.17
HSL157.09º39.01%72.35%-
HSV(B)157.09º25.94%83.14%-
XYZ46.8558.0258.02-
YUV193.16126.78102.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.04%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 191 (75% from 255) = 34.11%
R=28.04%
G=37.86%
B=34.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121910.2600.100.17157.0939.0172.35
Hex9DD4BF1A0A119d2748
Octal235324277320122123547110
Binary100111011101010010111111110100101010001100111011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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