#9FDEC3

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

Shades of Vista Blue #9FDEC3

Tints of Vista Blue #9FDEC3

Color information

#9FDEC3 (or 0x9FDEC3) is unknown color: approx Vista Blue. HEX triplet: 9F, DE and C3. RGB value is (159,222,195). Sum of RGB (Red+Green+Blue) = 159+222+195=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEC3 is #60213C. Grayscale: #C8C8C8. Windows color (decimal): -6299965 or 12836511. OLE color: 12836511.

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

Color convert

RGB159222195-
CMYK0.2800.120.13
HSL154.29º48.84%74.71%-
HSV(B)154.29º28.38%87.06%-
XYZ50.2763.5561.25-
YUV200.08125.1398.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.60%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=27.60%
G=38.54%
B=33.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592221950.2800.120.13154.2948.8474.71
Hex9FDEC31C0CD9a314b
Octal237336303340141523261113
Binary10011111110111101100001111100011001101100110101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,195); }

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

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

 a { background-color: rgb(159,222,195); }

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

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

 span { border-color: rgb(159,222,195); }

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