#9FDDBD

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

Shades of Vista Blue #9FDDBD

Tints of Vista Blue #9FDDBD

Color information

#9FDDBD (or 0x9FDDBD) is unknown color: approx Vista Blue. HEX triplet: 9F, DD and BD. RGB value is (159,221,189). Sum of RGB (Red+Green+Blue) = 159+221+189=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDBD is #602242. Grayscale: #C6C6C6. Windows color (decimal): -6300227 or 12443039. OLE color: 12443039.

HSL color Cylindrical-coordinate representation of color #9FDDBD: hue angle of 149.03º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDBD is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB159221189-
CMYK0.2800.140.13
HSL149.03º47.69%74.51%-
HSV(B)149.03º28.05%86.67%-
XYZ49.3462.7657.66-
YUV198.81122.4699.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=27.94%
G=38.84%
B=33.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592211890.2800.140.13149.0347.6974.51
Hex9FDDBD1C0ED95304b
Octal237335275340161522560113
Binary10011111110111011011110111100011101101100101011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,189); }

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

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

 a { background-color: rgb(159,221,189); }

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

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

 span { border-color: rgb(159,221,189); }

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