#9DDEBB

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

Shades of Vista Blue #9DDEBB

Tints of Vista Blue #9DDEBB

Color information

#9DDEBB (or 0x9DDEBB) is unknown color: approx Vista Blue. HEX triplet: 9D, DE and BB. RGB value is (157,222,187). Sum of RGB (Red+Green+Blue) = 157+222+187=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEBB is #622144. Grayscale: #C6C6C6. Windows color (decimal): -6431045 or 12312221. OLE color: 12312221.

HSL color Cylindrical-coordinate representation of color #9DDEBB: hue angle of 147.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEBB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB157222187-
CMYK0.2900.160.13
HSL147.69º49.62%74.31%-
HSV(B)147.69º29.28%87.06%-
XYZ496356.59-
YUV198.58121.4798.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.74%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=27.74%
G=39.22%
B=33.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221870.2900.160.13147.6949.6274.31
Hex9DDEBB1D010D94324a
Octal235336273350201522462112
Binary100111011101111010111011111010100001101100101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,187); }

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

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

 a { background-color: rgb(157,222,187); }

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

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

 span { border-color: rgb(157,222,187); }

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