#9FDFB3

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

Shades of Vista Blue #9FDFB3

Tints of Vista Blue #9FDFB3

Color information

#9FDFB3 (or 0x9FDFB3) is unknown color: approx Vista Blue. HEX triplet: 9F, DF and B3. RGB value is (159,223,179). Sum of RGB (Red+Green+Blue) = 159+223+179=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFB3 is #60204C. Grayscale: #C6C6C6. Windows color (decimal): -6299725 or 11788191. OLE color: 11788191.

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

Color convert

RGB159223179-
CMYK0.2900.200.13
HSL138.75º50%74.9%-
HSV(B)138.75º28.7%87.45%-
XYZ48.8263.452.31-
YUV198.85116.899.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 179 (70.31% from 255) = 31.91%
R=28.34%
G=39.75%
B=31.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231790.2900.200.13138.755074.9
Hex9FDFB31D014D8b324b
Octal237337263350241521362113
Binary100111111101111110110011111010101001101100010111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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