#9FDEC4

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

Shades of Vista Blue #9FDEC4

Tints of Vista Blue #9FDEC4

Color information

#9FDEC4 (or 0x9FDEC4) is unknown color: approx Vista Blue. HEX triplet: 9F, DE and C4. RGB value is (159,222,196). Sum of RGB (Red+Green+Blue) = 159+222+196=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEC4 is #60213B. Grayscale: #C8C8C8. Windows color (decimal): -6299964 or 12902047. OLE color: 12902047.

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

Color convert

RGB159222196-
CMYK0.2800.120.13
HSL155.24º48.84%74.71%-
HSV(B)155.24º28.38%87.06%-
XYZ50.3863.661.84-
YUV200.2125.6398.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.56%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=27.56%
G=38.47%
B=33.97%

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
Decimal1592221960.2800.120.13155.2448.8474.71
Hex9FDEC41C0CD9b314b
Octal237336304340141523361113
Binary10011111110111101100010011100011001101100110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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