#9FDFC1

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

Shades of Vista Blue #9FDFC1

Tints of Vista Blue #9FDFC1

Color information

#9FDFC1 (or 0x9FDFC1) is unknown color: approx Vista Blue. HEX triplet: 9F, DF and C1. RGB value is (159,223,193). Sum of RGB (Red+Green+Blue) = 159+223+193=575 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.65% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFC1 is #60203E. Grayscale: #C8C8C8. Windows color (decimal): -6299711 or 12705695. OLE color: 12705695.

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

Color convert

RGB159223193-
CMYK0.2900.130.13
HSL151.88º50%74.9%-
HSV(B)151.88º28.7%87.45%-
XYZ50.316460.15-
YUV200.44123.898.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.65%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=27.65%
G=38.78%
B=33.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231930.2900.130.13151.885074.9
Hex9FDFC11D0DD98324b
Octal237337301350151523062113
Binary10011111110111111100000111101011011101100110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,193); }

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

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

 a { background-color: rgb(159,223,193); }

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

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

 span { border-color: rgb(159,223,193); }

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