#9FDDC5

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

Shades of Vista Blue #9FDDC5

Tints of Vista Blue #9FDDC5

Color information

#9FDDC5 (or 0x9FDDC5) is unknown color: approx Vista Blue. HEX triplet: 9F, DD and C5. RGB value is (159,221,197). Sum of RGB (Red+Green+Blue) = 159+221+197=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDC5 is #60223A. Grayscale: #C7C7C7. Windows color (decimal): -6300219 or 12967327. OLE color: 12967327.

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

Color convert

RGB159221197-
CMYK0.2800.110.13
HSL156.77º47.69%74.51%-
HSV(B)156.77º28.05%86.67%-
XYZ50.2363.1262.36-
YUV199.73126.4698.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.56%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=27.56%
G=38.30%
B=34.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592211970.2800.110.13156.7747.6974.51
Hex9FDDC51C0BD9d304b
Octal237335305340131523560113
Binary10011111110111011100010111100010111101100111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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