#9ddeb7

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

Shades of Vista Blue #9DDEB7

Tints of Vista Blue #9DDEB7

Color information

#9DDEB7 (or 0x9DDEB7) is unknown color: approx Vista Blue. HEX triplet: 9D, DE and B7. RGB value is (157,222,183). Sum of RGB (Red+Green+Blue) = 157+222+183=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEB7 is #622148. Grayscale: #C6C6C6. Windows color (decimal): -6431049 or 12050077. OLE color: 12050077.

HSL color Cylindrical-coordinate representation of color #9DDEB7: hue angle of 144º 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 #9DDEB7 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB157222183-
CMYK0.2900.180.13
HSL144º49.62%74.31%-
HSV(B)144º29.28%87.06%-
XYZ48.5762.8354.37-
YUV198.12119.4798.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=27.94%
G=39.50%
B=32.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221830.2900.180.1314449.6274.31
Hex9DDEB71D012D90324a
Octal235336267350221522062112
Binary100111011101111010110111111010100101101100100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ddeb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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